diff --git a/data/gui/chat_control.ui b/data/gui/chat_control.ui index f564e472d..1ebf8df2b 100644 --- a/data/gui/chat_control.ui +++ b/data/gui/chat_control.ui @@ -449,7 +449,6 @@ True True True - Toggle audio session False none @@ -473,7 +472,6 @@ True True True - Toggle video session False none @@ -732,6 +730,7 @@ audio-mic-volume-low True True True + Send message False 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)):