[Xfce4-commits] <mousepad:master> Fix string with inverted meaning about external modifications

Matthew Brush noreply at xfce.org
Mon Jul 2 19:08:02 CEST 2012


Updating branch refs/heads/master
         to 02594e84b3fdf0bc475f90d12f63c252106ca5ea (commit)
       from b980d8101f64c1986904f12f4db590e44ca67c60 (commit)

commit 02594e84b3fdf0bc475f90d12f63c252106ca5ea
Author: Matthew Brush <matt at xfce.org>
Date:   Mon Jul 2 09:50:31 2012 -0700

    Fix string with inverted meaning about external modifications

 mousepad/mousepad-dialogs.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/mousepad/mousepad-dialogs.c b/mousepad/mousepad-dialogs.c
index 524fcc7..f5d4ccd 100644
--- a/mousepad/mousepad-dialogs.c
+++ b/mousepad/mousepad-dialogs.c
@@ -407,7 +407,8 @@ mousepad_dialogs_externally_modified (GtkWindow *parent)
                                    GTK_MESSAGE_WARNING, GTK_BUTTONS_NONE,
                                    _("The document has been externally modified. Do you want to continue saving?"));
   gtk_window_set_title (GTK_WINDOW (dialog), _("Externally Modified"));
-  gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), _("If you don't save the document, all the external changes will be lost."));
+  gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
+                                            _("If you save the document, all of the external changes will be lost."));
   gtk_dialog_add_buttons (GTK_DIALOG (dialog),
                           GTK_STOCK_CANCEL, MOUSEPAD_RESPONSE_CANCEL,
                           GTK_STOCK_SAVE_AS, MOUSEPAD_RESPONSE_SAVE_AS,


More information about the Xfce4-commits mailing list