[nautilus] Relabel the Use Default button in preferences - bug #674142



commit 2029c2d8cc9f73bc255ce954011e4315f8446faa
Author: Robert Roth <robert roth off gmail com>
Date:   Mon Jan 19 10:37:48 2015 +0200

    Relabel the Use Default button in preferences - bug #674142

 libnautilus-private/nautilus-column-chooser.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libnautilus-private/nautilus-column-chooser.c b/libnautilus-private/nautilus-column-chooser.c
index 4ab540d..c5fc748 100644
--- a/libnautilus-private/nautilus-column-chooser.c
+++ b/libnautilus-private/nautilus-column-chooser.c
@@ -393,7 +393,9 @@ add_buttons (NautilusColumnChooser *chooser)
        gtk_widget_show (separator);
        gtk_box_pack_start (GTK_BOX (box), separator, FALSE, FALSE, 0); 
 
-       chooser->details->use_default_button = gtk_button_new_with_mnemonic (_("Use De_fault"));
+       chooser->details->use_default_button = gtk_button_new_with_mnemonic (_("Reset to De_fault"));
+       gtk_widget_set_tooltip_text (chooser->details->use_default_button,
+                                    _("Replace the current List Columns settings with the default 
settings"));
        g_signal_connect (chooser->details->use_default_button, 
                          "clicked",  G_CALLBACK (use_default_clicked_callback),
                          chooser);


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