From 1dc05b526ad674cb531fffbdb93a3efd35ac8388 Mon Sep 17 00:00:00 2001 From: Michiel Nauta Date: Thu, 17 Feb 2011 18:52:48 +0000 Subject: [PATCH] Typo in string text svn: r16653 --- src/gui/viewmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/viewmanager.py b/src/gui/viewmanager.py index 86d7b7f6a..9bc71f72d 100644 --- a/src/gui/viewmanager.py +++ b/src/gui/viewmanager.py @@ -978,7 +978,7 @@ class ViewManager(CLIManager): dialog = QuestionDialog2( _("Abort changes?"), _("Aborting changes will return the database to the state " - "is was before you started this editing session."), + "it was before you started this editing session."), _("Abort changes"), _("Cancel"))