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:
parent
cb9beaa34a
commit
4bfb32a578
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue