update tooltip in groupchat window

This commit is contained in:
Yann Leboulanger 2013-07-28 18:32:53 +02:00
parent 27f0fbfbed
commit 1ebea99258
1 changed files with 2 additions and 1 deletions

View File

@ -382,7 +382,7 @@
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes">Show a menu of advanced functions (Alt+D)</property>
<property name="tooltip_text" translatable="yes">Show advanced functions (Alt+D)</property>
<property name="use_action_appearance">False</property>
<property name="relief">none</property>
<property name="focus_on_click">False</property>
@ -441,6 +441,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="alignment105">