mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Improve the name and tooltip of the preference for disabling editing composites in the booklist other than with F2
This commit is contained in:
parent
cd085fc844
commit
750f77ebac
@ -1096,12 +1096,12 @@ will be elided, otherwise they will be word wrapped.</string>
|
||||
<item row="3" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="opt_edit_metadata_templates_only_F2_on_booklist">
|
||||
<property name="toolTip">
|
||||
<string><p>Check this box to disable editing the template for
|
||||
a "Column built from other columns" in the book list when the column is entered
|
||||
using the Tab key. The F2 (Edit) key will still open the template editor.</p></string>
|
||||
<string><p>Check this box to allow only the F2 (Edit) key to
|
||||
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></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Tab key doesn't edit column templates in the book list</string>
|
||||
<string>Only the &F2 (Edit) key edits column templates in the book list</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user