diff --git a/src/calibre/gui2/wizard/__init__.py b/src/calibre/gui2/wizard/__init__.py index 6b854bbda2..0fb0d7efb4 100644 --- a/src/calibre/gui2/wizard/__init__.py +++ b/src/calibre/gui2/wizard/__init__.py @@ -652,6 +652,11 @@ class LibraryPage(QWizardPage, LibraryUI): self.init_languages() self.language.currentIndexChanged[int].connect(self.change_language) self.location.textChanged.connect(self.location_text_changed) + self.move_lib_label.setText(_( + 'If you are moving calibre from an old computer to a new one,' + ' please read the instructions.').format( + localize_user_manual_link( + 'https://manual.calibre-ebook.com/faq.html#how-do-i-move-my-calibre-data-from-one-computer-to-another'))) def location_text_changed(self, newtext): self.completeChanged.emit() diff --git a/src/calibre/gui2/wizard/library.ui b/src/calibre/gui2/wizard/library.ui index a3e337868f..9b8129791f 100644 --- a/src/calibre/gui2/wizard/library.ui +++ b/src/calibre/gui2/wizard/library.ui @@ -14,7 +14,7 @@ WizardPage - Welcome to calibre + Welcome &to calibre The one stop solution to all your e-book needs. @@ -30,25 +30,18 @@ - - - - - - - <p>Choose a location for your books. When you add books to calibre, they will be copied here. Use an <b>empty folder</b> for a new calibre library: + + + + Qt::Vertical - - true + + + 20 + 40 + - - - - - - true - - + @@ -67,18 +60,12 @@ - - - - Qt::Vertical + + + + true - - - 20 - 40 - - - + @@ -93,6 +80,35 @@ + + + + + + + <p>Choose a location for your books. When you add books to calibre, they will be copied here. Use an <b>empty folder</b> for a new calibre library: + + + true + + + + + + + + + + Qt::RichText + + + true + + + true + + +