projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28fc20c
)
gui: Fix grammar in user message in psppire-data-window.c
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 5 Feb 2012 19:20:55 +0000
(11:20 -0800)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/src/ui/gui/psppire-data-window.c
b/src/ui/gui/psppire-data-window.c
index 1ca71f79e661ba9460d05bc0c29654252f42e561..295ab65dbeba5a248852e60275ec550c14e56c75 100644
(file)
--- a/
src/ui/gui/psppire-data-window.c
+++ b/
src/ui/gui/psppire-data-window.c
@@
-585,7
+585,7
@@
confirm_delete_dataset (PsppireDataWindow *de,
gtk_message_dialog_format_secondary_text (
GTK_MESSAGE_DIALOG (dialog),
- _("Renaming \"%s\" to \"%s\" will de
lete de
stroy 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);