Adds tooltip to new message button. Closes #4256

This commit is contained in:
Eric Gregory 2011-10-14 12:41:58 -07:00
parent 2f2b4fff27
commit 5a8db8f215

View file

@ -10,6 +10,7 @@
<object class="GtkToolButton" id="new_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes" comments="Button for creating a new email message">Compose new message</property>
<property name="use_action_appearance">False</property>
<property name="label" translatable="yes">New Message</property>
<property name="use_underline">True</property>