[gedit] Improve external file modification infobar



commit 8d70c8be860d5dcaa7b1822614ab7c1e37a8cbed
Author: Phil Smith <civis smith gmail com>
Date:   Tue Dec 23 02:08:35 2014 -0700

    Improve external file modification infobar
    
    Change "Cancel" to "Ignore" in the file external modification
    infobar.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741768

 gedit/gedit-io-error-info-bar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-io-error-info-bar.c b/gedit/gedit-io-error-info-bar.c
index 1d8a469..557cc7d 100644
--- a/gedit/gedit-io-error-info-bar.c
+++ b/gedit/gedit-io-error-info-bar.c
@@ -1189,7 +1189,7 @@ gedit_externally_modified_info_bar_new (GFile    *location,
        }
 
        gtk_info_bar_add_button (GTK_INFO_BAR (info_bar),
-                                _("_Cancel"),
+                                _("_Ignore"),
                                 GTK_RESPONSE_CANCEL);
        gtk_info_bar_set_message_type (GTK_INFO_BAR (info_bar),
                                       GTK_MESSAGE_WARNING);


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