Unmark strings for translation, HIG tooltip change
This commit is contained in:
parent
9dbd0d3d18
commit
4233f1acc7
1 changed files with 3 additions and 3 deletions
|
|
@ -206,11 +206,11 @@
|
|||
<property name="resize_mode">queue</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="expand_button">
|
||||
<property name="label" translatable="yes">@</property>
|
||||
<property name="label" translatable="no">@</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes">Edit Recipients</property>
|
||||
<property name="tooltip_text" translatable="yes">Edit recipients</property>
|
||||
<property name="margin_right">6</property>
|
||||
<property name="xalign">0.54000002145767212</property>
|
||||
</object>
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
<object class="GtkLabel" id="compact_recipients_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes">label</property>
|
||||
<property name="label" translatable="no">label</property>
|
||||
<property name="ellipsize">end</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue