String changes

This commit is contained in:
Kovid Goyal 2017-05-26 16:14:31 +05:30
parent 7ca7ab87dc
commit c421a92cb1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 3 deletions

View File

@ -708,7 +708,7 @@ You can export all calibre data (books, settings and plugins) and
then import it on another computer. First let's see how to export the data: then import it on another computer. First let's see how to export the data:
* Right click the calibre icon in the main calibre toolbar and select * Right click the calibre icon in the main calibre toolbar and select
:guilabel:`Export/Import all calibre data`. Then click the button labelled :guilabel:`Export/import all calibre data`. Then click the button labelled
:guilabel:`Export all your calibre data`. You will see a list of all your :guilabel:`Export all your calibre data`. You will see a list of all your
calibre libraries. Click OK and choose an empty folder somewhere on your calibre libraries. Click OK and choose an empty folder somewhere on your
computer. The exported data will be saved in this folder. Simply copy this computer. The exported data will be saved in this folder. Simply copy this
@ -719,7 +719,7 @@ then import it on another computer. First let's see how to export the data:
does not matter what you do there, as you will be importing your old does not matter what you do there, as you will be importing your old
settings in the next step. You will now have an empty calibre, with just settings in the next step. You will now have an empty calibre, with just
the :guilabel:`Getting Started` guide in your library. Once again, right the :guilabel:`Getting Started` guide in your library. Once again, right
click the calibre button and choose :guilabel:`Export/Import all calibre click the calibre button and choose :guilabel:`Export/import all calibre
data`. Then click the button labelled :guilabel:`Import previously exported data`. Then click the button labelled :guilabel:`Import previously exported
data`. Select the folder with the exported data that you copied over data`. Select the folder with the exported data that you copied over
earlier. You will now have a list of libraries you can import. Go through earlier. You will now have a list of libraries you can import. Go through

View File

@ -211,7 +211,7 @@ class ChooseLibraryAction(InterfaceAction):
def genesis(self): def genesis(self):
self.count_changed(0) self.count_changed(0)
self.action_choose = self.menuless_qaction self.action_choose = self.menuless_qaction
self.action_exim = ac = QAction(_('Export/Import all calibre data'), self.gui) self.action_exim = ac = QAction(_('Export/import all calibre data'), self.gui)
ac.triggered.connect(self.exim_data) ac.triggered.connect(self.exim_data)
self.stats = LibraryUsageStats() self.stats = LibraryUsageStats()