Remove a string from translation.
This commit is contained in:
parent
395e310512
commit
0ec577167e
1 changed files with 2 additions and 2 deletions
|
@ -599,7 +599,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>
|
||||
|
@ -611,7 +611,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