diff options
Diffstat (limited to 'pluma/pluma-commands-file.c')
-rw-r--r-- | pluma/pluma-commands-file.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/pluma/pluma-commands-file.c b/pluma/pluma-commands-file.c index eed10f51..2b8b5613 100644 --- a/pluma/pluma-commands-file.c +++ b/pluma/pluma-commands-file.c @@ -579,9 +579,10 @@ replace_read_only_file (GtkWindow *parent, GFile *file) _("Do you want to try to replace it " "with the one you are saving?")); - gtk_dialog_add_button (GTK_DIALOG (dialog), - "gtk-cancel", - GTK_RESPONSE_CANCEL); + pluma_dialog_add_button (GTK_DIALOG (dialog), + _("_Cancel"), + "process-stop", + GTK_RESPONSE_CANCEL); pluma_dialog_add_button (GTK_DIALOG (dialog), _("_Replace"), @@ -1218,9 +1219,10 @@ revert_dialog (PlumaWindow *window, gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE); - gtk_dialog_add_button (GTK_DIALOG (dialog), - "gtk-cancel", - GTK_RESPONSE_CANCEL); + pluma_dialog_add_button (GTK_DIALOG (dialog), + _("_Cancel"), + "process-stop", + GTK_RESPONSE_CANCEL); pluma_dialog_add_button (GTK_DIALOG (dialog), _("_Revert"), |