Remove a string from translations.

This commit is contained in:
Kjartan Maraas 2011-01-25 20:25:21 +01:00
parent 0ec577167e
commit 81e67f086c

View file

@ -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>