[file-roller] overwrite dialog: changed label for 'skip all' button
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] overwrite dialog: changed label for 'skip all' button
- Date: Thu, 1 Nov 2018 09:55:14 +0000 (UTC)
commit 02a85c1ffebc3269541199cd10a6270a6cd697d5
Author: Paolo Bacchilega <paobac src gnome org>
Date: Thu Nov 1 10:35:07 2018 +0100
overwrite dialog: changed label for 'skip all' button
"Replace Nothing" should be less ambiguous and is shorter.
src/fr-window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index f55c5d93..35ae8646 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -6775,7 +6775,7 @@ query_info_ready_for_overwrite_dialog_cb (GObject *source_object,
details,
_GTK_LABEL_CANCEL, GTK_RESPONSE_CANCEL,
_("Replace _All"), _FR_RESPONSE_OVERWRITE_YES_ALL,
- _("Skip _All _Existing"), _FR_RESPONSE_OVERWRITE_NO_ALL,
+ _("Replace _Nothing"), _FR_RESPONSE_OVERWRITE_NO_ALL,
_("_Skip"), _FR_RESPONSE_OVERWRITE_NO,
_("_Replace"), _FR_RESPONSE_OVERWRITE_YES,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]