diff --git a/manual/edit.rst b/manual/edit.rst index 0669a88ace..a34b4e0761 100644 --- a/manual/edit.rst +++ b/manual/edit.rst @@ -57,14 +57,14 @@ That is the basic work flow for editing books -- Open a file, make changes, preview and save. The rest of this manual will discuss the various tools and features present to allow you to perform specific tasks efficiently. -The Files Browser +The File Browser ------------------ .. image:: images/files_browser.png - :alt: The Files Browser + :alt: The File Browser :class: float-left-img -The :guilabel:`Files Browser` gives you an overview of the various files inside +The :guilabel:`File Browser` gives you an overview of the various files inside the book you are editing. The files are arranged by category, with text (HTML) files at the top, followed by stylesheet (CSS) files, images and so on. Simply double click on a file to start editing it. Editing is supported for HTML, CSS @@ -194,7 +194,7 @@ being replaced. Linking stylesheets to HTML files efficiently ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -As a convenience, you can select multiple HTML files in the Files Browser, +As a convenience, you can select multiple HTML files in the File Browser, right click and choose Link stylesheets to have calibre automatically insert the tags for those stylesheets into all the selected HTML files. @@ -736,7 +736,7 @@ the files inside the EPUB are arranged haphazardly, in different sub-folders. This tool allows you to automatically move all files into sub-folders based on their types. Access it via :guilabel:`Tools->Arrange into folders`. Note that this tool only changes how the files are arranged inside the EPUB, it does not -change how they are displayed in the Files Browser. +change how they are displayed in the File Browser. Importing files in other e-book formats as EPUB ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/src/calibre/gui2/tweak_book/preferences.py b/src/calibre/gui2/tweak_book/preferences.py index 91c0a7b29b..8f9d130489 100644 --- a/src/calibre/gui2/tweak_book/preferences.py +++ b/src/calibre/gui2/tweak_book/preferences.py @@ -326,7 +326,7 @@ class MainWindowSettings(BasicSettings): l.addRow(nd) nd = self('file_list_shows_full_pathname') - nd.setText(_('Show full file paths in the Files Browser')) + nd.setText(_('Show full file paths in the File Browser')) nd.setToolTip('
' + _( 'Showing the full file paths is useful when editing books that contain' ' multiple files with the same file name.' diff --git a/src/calibre/gui2/tweak_book/search.py b/src/calibre/gui2/tweak_book/search.py index fcdd30d638..8d3c8b7c3c 100644 --- a/src/calibre/gui2/tweak_book/search.py +++ b/src/calibre/gui2/tweak_book/search.py @@ -134,7 +134,7 @@ class WhereBox(QComboBox):