summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Day <allanpday@gmail.com>2019-06-14 17:29:09 +0100
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-07-22 21:25:29 +0000
commit4bfb32a57899316fd0c62de3845eae9b38957b70 (patch)
tree2b662c597c8be858f003afe15daf16f0f796af93
parentcb9beaa34a6c5b65da51b155490784416b662206 (diff)
downloadgnome-control-center-4bfb32a57899316fd0c62de3845eae9b38957b70.tar.gz
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
-rw-r--r--panels/background/cc-background-chooser.ui5
1 files changed, 1 insertions, 4 deletions
diff --git a/panels/background/cc-background-chooser.ui b/panels/background/cc-background-chooser.ui
index 8e96e5691..c5612fac0 100644
--- a/panels/background/cc-background-chooser.ui
+++ b/panels/background/cc-background-chooser.ui
@@ -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>