changeset cc60f9107c06 in /home/hg/repos/gajim

branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=cc60f9107c06
description: more tooltips in chat control

diffstat:

 data/gui/chat_control.ui |  3 +--
 src/chat_control.py      |  2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r 24319eb0d157 -r cc60f9107c06 data/gui/chat_control.ui
--- a/data/gui/chat_control.ui  Tue Jul 23 19:56:36 2013 +0400
+++ b/data/gui/chat_control.ui  Wed Jul 24 10:06:58 2013 +0200
@@ -449,7 +449,6 @@
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
                     <property name="has_tooltip">True</property>
-                    <property name="tooltip_text" translatable="yes">Toggle 
audio session</property>
                     <property name="use_action_appearance">False</property>
                     <property name="relief">none</property>
                     <child>
@@ -473,7 +472,6 @@
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
                     <property name="has_tooltip">True</property>
-                    <property name="tooltip_text" translatable="yes">Toggle 
video session</property>
                     <property name="use_action_appearance">False</property>
                     <property name="relief">none</property>
                     <child>
@@ -732,6 +730,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
+                    <property name="tooltip_text" translatable="yes">Send 
message</property>
                     <property name="use_action_appearance">False</property>
                     <child>
                       <object class="GtkAlignment" id="alignment102">
diff -r 24319eb0d157 -r cc60f9107c06 src/chat_control.py
--- a/src/chat_control.py       Tue Jul 23 19:56:36 2013 +0400
+++ b/src/chat_control.py       Wed Jul 24 10:06:58 2013 +0200
@@ -1837,7 +1837,7 @@
         self.contact.supports(NS_JINGLE_FILE_TRANSFER)) or \
         self.type_id == 'chat' or self.gc_contact.resource:
             self._send_file_button.set_sensitive(True)
-            self._send_file_button.set_tooltip_text('')
+            self._send_file_button.set_tooltip_text(_('Send files'))
         else:
             self._send_file_button.set_sensitive(False)
             if not (self.contact.supports(NS_FILE) or 
self.contact.supports(NS_JINGLE_FILE_TRANSFER)):
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to