From e8597872b24dddb5c7d907b4d49ffb332e577962 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 16 Apr 2017 20:00:50 +0530 Subject: [PATCH] ... --- src/calibre/gui2/dialogs/choose_library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/dialogs/choose_library.py b/src/calibre/gui2/dialogs/choose_library.py index c64cf8d59b..fc08c3ee14 100644 --- a/src/calibre/gui2/dialogs/choose_library.py +++ b/src/calibre/gui2/dialogs/choose_library.py @@ -93,7 +93,7 @@ class ChooseLibrary(QDialog, Ui_Dialog): aloc = os.path.normcase(os.path.abspath(loc)) if (aloc.startswith(cal+os.sep) or aloc == cal): error_dialog(self, _('Bad location'), - _('You should not create a library inside the Calibre' + _('You should not create a library inside the calibre' ' folder as this folder is automatically deleted during upgrades.'), show=True) return False