From df1195e9ffdef689369528865d50b6315ef7d490 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 May 2012 13:38:19 +0530 Subject: [PATCH] Fix #993785 (Restart needed dialogue: bad grammar) --- src/calibre/gui2/preferences/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/preferences/main.py b/src/calibre/gui2/preferences/main.py index 02f17a04f6..4a4eaa2bad 100644 --- a/src/calibre/gui2/preferences/main.py +++ b/src/calibre/gui2/preferences/main.py @@ -332,7 +332,7 @@ class Preferences(QMainWindow): ' Please restart calibre as soon as possible.') if rc: msg = _('The changes you have made require calibre be ' - 'restarted immediately. You will not be allowed ' + 'restarted immediately. You will not be allowed to ' 'set any more preferences, until you restart.')