[gnome-control-center/578-background-settings-delete-background-button-is-misleading-and-a-bit-scary: 63/63] background: clarify remove background button



commit 4bfb32a57899316fd0c62de3845eae9b38957b70
Author: Allan Day <allanpday gmail com>
Date:   Fri Jun 14 17:29:09 2019 +0100

    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

 panels/background/cc-background-chooser.ui | 5 +----
 1 file changed, 1 insertion(+), 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]