Remove a string from translations.
This commit is contained in:
parent
0ec577167e
commit
81e67f086c
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
|||
<child>
|
||||
<object class="GtkToolButton" id="add_toolbutton">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">add-toolbutton</property>
|
||||
<property name="label" translatable="no">add-toolbutton</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="icon_name">list-add-symbolic</property>
|
||||
</object>
|
||||
|
@ -96,7 +96,7 @@
|
|||
<child>
|
||||
<object class="GtkToolButton" id="remove_toolbutton">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">remove-toolbutton</property>
|
||||
<property name="label" translatable="no">remove-toolbutton</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="icon_name">list-remove-symbolic</property>
|
||||
</object>
|
||||
|
|
Loading…
Add table
Reference in a new issue