diff --git a/src/calibre/gui2/preferences/look_feel_tabs/edit_metadata.py b/src/calibre/gui2/preferences/look_feel_tabs/edit_metadata.py index 727cc6e7aa..dcf6b17742 100644 --- a/src/calibre/gui2/preferences/look_feel_tabs/edit_metadata.py +++ b/src/calibre/gui2/preferences/look_feel_tabs/edit_metadata.py @@ -49,7 +49,7 @@ class EditMetadataTab(LazyConfigWidgetBase, Ui_Form): r('edit_metadata_single_use_2_cols_for_custom_fields', gprefs) r('edit_metadata_bulk_cc_label_length', gprefs) r('edit_metadata_single_cc_label_length', gprefs) - r('edit_metadata_templates_only_F2_on_booklist', gprefs) + r('edit_metadata_templates_only_F2_on_booklist', gprefs, restart_required=True) self.em_display_model = EMDisplayedFields(self.gui.current_db, self.em_display_order) self.em_display_model.dataChanged.connect(self.changed_signal) diff --git a/src/calibre/gui2/preferences/look_feel_tabs/edit_metadata.ui b/src/calibre/gui2/preferences/look_feel_tabs/edit_metadata.ui index e2544732cf..41c3341c87 100644 --- a/src/calibre/gui2/preferences/look_feel_tabs/edit_metadata.ui +++ b/src/calibre/gui2/preferences/look_feel_tabs/edit_metadata.ui @@ -2,13 +2,14 @@ Form - - - :/images/edit_input.png:/images/edit_input.png - - - Edit &metadata - + + + 0 + 0 + 712 + 444 + + @@ -43,7 +44,7 @@ Move down. Keyboard shortcut: Ctrl-Down arrow - + :/images/arrow-down.png:/images/arrow-down.png @@ -54,7 +55,7 @@ Move up. Keyboard shortcut: Ctrl-Up arrow - + :/images/arrow-up.png:/images/arrow-up.png @@ -200,7 +201,7 @@ open the template editor in the book list for a "Column built from other columns". Editing with mouse clicks and the Tab key will be disabled.</p> - Only the &F2 (Edit) key edits column templates in the book list + Only the &F2 (Edit) key edits column templates (restart needed) @@ -269,6 +270,7 @@ columns". Editing with mouse clicks and the Tab key will be disabled.</p - + +