Fix #1024296 (Minor typos in Calibre messages)

This commit is contained in:
Kovid Goyal 2012-07-13 16:23:06 +05:30
parent 4fc563ced2
commit c1bfff0fcc
2 changed files with 7 additions and 7 deletions

View File

@ -522,6 +522,6 @@ default_tweak_format = None
# consideration when partitioning by first letter.
# Examples:
# enable_multicharacters_in_tag_browser = True
# enable_multicharacters_in_tag_browser = True
# enable_multicharacters_in_tag_browser = False
enable_multicharacters_in_tag_browser = True

View File

@ -606,11 +606,11 @@ class KOBO(USBMS):
self.report_progress(1.0, _('Removing books from device...'))
from calibre.devices.errors import UserFeedback
raise UserFeedback(_("Kobo database version unsupported - See details"),
_('Your Kobo is running an updated firmware/database version '
_('Your Kobo is running an updated firmware/database version. '
'As Calibre has not been updated, database editing is disabled. '
'You can enable support for your Kobo in plugin preferences. '
'Doing so may require you to perform a factory reset. '
'before selecting the "Attempt to support newer firmware" option '
'Before selecting the "Attempt to support newer firmware" option '
'you should be familiar with restoring your Kobo to factory defaults.'),
UserFeedback.WARN)