Fixed #5820 ("Attach a file" should be title case).

This commit is contained in:
Adam Dingle 2012-09-13 14:43:26 -07:00
parent 827747c7a9
commit dceefa3003

View file

@ -599,7 +599,7 @@
<property name="margin_bottom">6</property>
<child>
<object class="GtkButton" id="add_attachment_button">
<property name="label" translatable="yes">_Attach a file</property>
<property name="label" translatable="yes">_Attach File</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>