diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-22 16:22:10 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-22 17:57:55 +0800 |
commit | 26ce92a5591569d70aa96a868f4abfba58fcb7eb (patch) | |
tree | ef78d4ff144cc5e7d1669b759f13347148486926 | |
parent | 3eb4d3b45652d94a25ae696ea3de3377540bf870 (diff) | |
download | gsoc2013-empathy-26ce92a5591569d70aa96a868f4abfba58fcb7eb.tar gsoc2013-empathy-26ce92a5591569d70aa96a868f4abfba58fcb7eb.tar.gz gsoc2013-empathy-26ce92a5591569d70aa96a868f4abfba58fcb7eb.tar.bz2 gsoc2013-empathy-26ce92a5591569d70aa96a868f4abfba58fcb7eb.tar.lz gsoc2013-empathy-26ce92a5591569d70aa96a868f4abfba58fcb7eb.tar.xz gsoc2013-empathy-26ce92a5591569d70aa96a868f4abfba58fcb7eb.tar.zst gsoc2013-empathy-26ce92a5591569d70aa96a868f4abfba58fcb7eb.zip |
account-widget-irc: add translators comment on up/down tooltips
https://bugzilla.gnome.org/show_bug.cgi?id=672608
-rw-r--r-- | libempathy-gtk/empathy-account-widget-irc.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget-irc.ui b/libempathy-gtk/empathy-account-widget-irc.ui index b0c3012dd..6b7b4d236 100644 --- a/libempathy-gtk/empathy-account-widget-irc.ui +++ b/libempathy-gtk/empathy-account-widget-irc.ui @@ -214,7 +214,7 @@ </child> <child> <object class="GtkToolButton" id="button_up"> - <property name="tooltip-text" translatable="yes">Up</property> + <property name="tooltip-text" translatable="yes" comments="Translators: tooltip on a 'Go Up' button used to sort IRC servers by priority">Up</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -226,7 +226,7 @@ </child> <child> <object class="GtkToolButton" id="button_down"> - <property name="tooltip-text" translatable="yes">Down</property> + <property name="tooltip-text" translatable="yes" comments="Translators: tooltip on a 'Go Down' button used to sort IRC servers by priority">Down</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |