mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #6440 (Typo in Launchpad string number 566)
This commit is contained in:
parent
22cdb0b671
commit
dd5618075d
@ -931,7 +931,7 @@ class SaveToDiskAction(object): # {{{
|
|||||||
lpath = self.library_view.model().db.library_path.replace('/', os.sep)
|
lpath = self.library_view.model().db.library_path.replace('/', os.sep)
|
||||||
if dpath.startswith(lpath):
|
if dpath.startswith(lpath):
|
||||||
return error_dialog(self, _('Not allowed'),
|
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. This can cause corruption of your '
|
||||||
'library. Save to disk is meant to export '
|
'library. Save to disk is meant to export '
|
||||||
'files from your calibre library elsewhere.'), show=True)
|
'files from your calibre library elsewhere.'), show=True)
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user