gui: Fix grammar in user message in psppire-data-window.c
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 5 Feb 2012 19:20:55 +0000 (11:20 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 5 Feb 2012 19:21:19 +0000 (11:21 -0800)
Reported-by: Harry Thijssen <pspp@sjpaes.nl>
src/ui/gui/psppire-data-window.c

index 1ca71f79e661ba9460d05bc0c29654252f42e561..295ab65dbeba5a248852e60275ec550c14e56c75 100644 (file)
@@ -585,7 +585,7 @@ confirm_delete_dataset (PsppireDataWindow *de,
 
   gtk_message_dialog_format_secondary_text (
     GTK_MESSAGE_DIALOG (dialog),
-    _("Renaming \"%s\" to \"%s\" will delete destroy the existing "
+    _("Renaming \"%s\" to \"%s\" will destroy the existing "
       "dataset named \"%s\".  Are you sure that you want to do this?"),
     old_dataset, new_dataset, existing_dataset);