summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-11-15 12:47:57 +0100
committerStefano Karapetsas <[email protected]>2012-11-15 12:47:57 +0100
commitcc1669e86f8b9dce5e1cdaf7de0a0f96ad211fb0 (patch)
tree83df9b10e4fbdf7508b081eb9e713b6c9e5fa717
parentb7aff8ee5ea6a17c0f9a1cc08cadfc0123f9f785 (diff)
downloadmate-applets-cc1669e86f8b9dce5e1cdaf7de0a0f96ad211fb0.tar.bz2
mate-applets-cc1669e86f8b9dce5e1cdaf7de0a0f96ad211fb0.tar.xz
transatable tooltip
-rw-r--r--timer-applet/src/timerapplet/controllers/TimerApplet.py2
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()