]> git.0d.be Git - empathy.git/commitdiff
account-widget-irc: add translators comment on up/down tooltips
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Mar 2012 08:22:10 +0000 (09:22 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Mar 2012 09:57:55 +0000 (10:57 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=672608

libempathy-gtk/empathy-account-widget-irc.ui

index b0c3012dd6b578c7a4132181c2762cbb12a471e1..6b7b4d23614cf5db1795b5899fbeebe9ef5a7def 100644 (file)
                         </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>
                         </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>