From c421a92cb1cd68c4cc834ea61a7d40e83ee07fab Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 26 May 2017 16:14:31 +0530 Subject: [PATCH] String changes --- manual/faq.rst | 4 ++-- src/calibre/gui2/actions/choose_library.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/faq.rst b/manual/faq.rst index 25b3169b8f..07e6cfeda4 100644 --- a/manual/faq.rst +++ b/manual/faq.rst @@ -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: * 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 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 @@ -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 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 - 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`. 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 diff --git a/src/calibre/gui2/actions/choose_library.py b/src/calibre/gui2/actions/choose_library.py index 53c9f51637..3af8c8b5ad 100644 --- a/src/calibre/gui2/actions/choose_library.py +++ b/src/calibre/gui2/actions/choose_library.py @@ -211,7 +211,7 @@ class ChooseLibraryAction(InterfaceAction): def genesis(self): self.count_changed(0) 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) self.stats = LibraryUsageStats()