Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2013-07-24 12:06:58 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-07-24 12:06:58 +0400
commite388b9479608c2a060490c385a6b0dc3bffacadd (patch)
tree5a60f0fdfcf0414209bad1ffeb4c5f3516a72392 /src/chat_control.py
parent2d075e13cf28a7295f5cd540c2ed8d540732421a (diff)
more tooltips in chat control
Diffstat (limited to 'src/chat_control.py')
-rw-r--r--src/chat_control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chat_control.py b/src/chat_control.py
index dfd96d02e..ed8e997aa 100644
--- a/src/chat_control.py
+++ b/src/chat_control.py
@@ -1837,7 +1837,7 @@ class ChatControl(ChatControlBase):
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)):