[gnome-text-editor: 1/2] Save changes string change




commit 4f857a91bd6127c060a83e8d2de9c436a56efaaa
Author: Allan Day <allanpday gmail com>
Date:   Wed Jun 16 14:11:00 2021 +0100

    Save changes string change
    
    In general, text should avoid pronouns like "my" and "your".
    
    Fixes #99

 src/editor-save-changes-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/editor-save-changes-dialog.c b/src/editor-save-changes-dialog.c
index 9ee9ac7..93debd8 100644
--- a/src/editor-save-changes-dialog.c
+++ b/src/editor-save-changes-dialog.c
@@ -246,7 +246,7 @@ _editor_save_changes_dialog_new (GtkWindow *parent,
                                    GTK_BUTTONS_NONE,
                                    _("Save Changes?"));
   gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
-                                            _("Open documents contain unsaved changes. If you don't save 
them, they will be permanently lost."));
+                                            _("Open documents contain unsaved changes. Changes which are not 
saved will be permanently lost."));
   gtk_dialog_add_buttons (GTK_DIALOG (dialog),
                           _("_Cancel"), GTK_RESPONSE_CANCEL,
                           _("_Discard All"), GTK_RESPONSE_NO,


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