mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-12 17:44:22 +01:00
Fix #6440 (Typo in Launchpad string number 566)
This commit is contained in:
parent
22cdb0b671
commit
dd5618075d
2 changed files with 2826 additions and 2826 deletions
|
|
@ -931,7 +931,7 @@ def save_to_disk(self, checked, single_dir=False, single_format=None):
|
|||
lpath = self.library_view.model().db.library_path.replace('/', os.sep)
|
||||
if dpath.startswith(lpath):
|
||||
return error_dialog(self, _('Not allowed'),
|
||||
_('You are tying to save files into the calibre '
|
||||
_('You are trying to save files into the calibre '
|
||||
'library. This can cause corruption of your '
|
||||
'library. Save to disk is meant to export '
|
||||
'files from your calibre library elsewhere.'), show=True)
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue