ui/composer-headerbar.ui: Fix label not being marked as translatable
Fixes #959
This commit is contained in:
parent
923a6b7a42
commit
5ab4838a77
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
<object class="GtkButton">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label">Cancel</property>
|
||||
<property name="label" translatable="yes">Cancel</property>
|
||||
<property name="action_name">cmh.composer-close</property>
|
||||
</object>
|
||||
</child>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue