background: clarify remove background button

The button doesn't delete the original file - it just removes
the image from the selection. "Remove" is therefore a better word
than "Delete", and the destructive action style isn't appropriate.

Fixes #578
This commit is contained in:
Allan Day 2019-06-14 17:29:09 +01:00 committed by Georges Basile Stavracas Neto
parent cb9beaa34a
commit 4bfb32a578

View file

@ -140,11 +140,8 @@
<child>
<object class="GtkButton">
<property name="visible">True</property>
<property name="label" translatable="yes">Delete Background</property>
<property name="label" translatable="yes">Remove Background</property>
<signal name="clicked" handler="on_delete_background_clicked_cb" object="CcBackgroundChooser" swapped="no" />
<style>
<class name="destructive-action" />
</style>
</object>
</child>
</object>