diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-15 12:47:57 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-15 12:47:57 +0100 |
commit | cc1669e86f8b9dce5e1cdaf7de0a0f96ad211fb0 (patch) | |
tree | 83df9b10e4fbdf7508b081eb9e713b6c9e5fa717 /timer-applet/src/timerapplet/controllers/TimerApplet.py | |
parent | b7aff8ee5ea6a17c0f9a1cc08cadfc0123f9f785 (diff) | |
download | mate-applets-cc1669e86f8b9dce5e1cdaf7de0a0f96ad211fb0.tar.bz2 mate-applets-cc1669e86f8b9dce5e1cdaf7de0a0f96ad211fb0.tar.xz |
transatable tooltip
Diffstat (limited to 'timer-applet/src/timerapplet/controllers/TimerApplet.py')
-rw-r--r-- | timer-applet/src/timerapplet/controllers/TimerApplet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timer-applet/src/timerapplet/controllers/TimerApplet.py b/timer-applet/src/timerapplet/controllers/TimerApplet.py index 45bad241..2771038c 100644 --- a/timer-applet/src/timerapplet/controllers/TimerApplet.py +++ b/timer-applet/src/timerapplet/controllers/TimerApplet.py @@ -129,7 +129,7 @@ class TimerApplet(object): self._status_button.set_relief(gtk.RELIEF_NONE) self._status_button.set_icon(config.ICON_PATH); - self._applet.set_tooltip_text("Timer Applet") + self._applet.set_tooltip_text(_("Timer Applet")) self._connect_signals() self._update_status_button() |