mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add some tooltips and use "All actions" instead of "All GUI actions"
Most users don't and shouldn't know what GUI means.
This commit is contained in:
parent
6fbe3ee205
commit
7845999751
@ -14,8 +14,8 @@ from calibre.utils.icu import sort_key
|
|||||||
class AllGUIActions(InterfaceAction):
|
class AllGUIActions(InterfaceAction):
|
||||||
|
|
||||||
name = 'All GUI actions'
|
name = 'All GUI actions'
|
||||||
action_spec = (_('GUI actions'), 'wizard.png',
|
action_spec = (_('All actions'), 'wizard.png',
|
||||||
_("Show a menu of all available GUI and plugin actions.\nThis menu "
|
_("Show a menu of all available actions, including from third party plugins.\nThis menu "
|
||||||
"is not available when looking at books on a device"), None)
|
"is not available when looking at books on a device"), None)
|
||||||
|
|
||||||
action_type = 'current'
|
action_type = 'current'
|
||||||
@ -34,7 +34,7 @@ class AllGUIActions(InterfaceAction):
|
|||||||
menu=self.hidden_menu,
|
menu=self.hidden_menu,
|
||||||
unique_name='Main window layout',
|
unique_name='Main window layout',
|
||||||
shortcut='Ctrl+F1',
|
shortcut='Ctrl+F1',
|
||||||
text=_("Show a menu of all available GUI and plugin actions."),
|
text=_("Show a menu of all available actions."),
|
||||||
icon='wizard.png',
|
icon='wizard.png',
|
||||||
triggered=self.show_menu)
|
triggered=self.show_menu)
|
||||||
|
|
||||||
|
@ -278,13 +278,16 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="10" column="1">
|
<item row="10" column="1">
|
||||||
<widget class="QGroupBox">
|
<widget class="QGroupBox" name="groupBox">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Status bar buttons</string>
|
<string>Status bar buttons</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout">
|
<layout class="QVBoxLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="opt_show_layout_buttons">
|
<widget class="QCheckBox" name="opt_show_layout_buttons">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Show individual buttons to control the layout of th einterface rather than a single button with a popup.</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show &layout buttons</string>
|
<string>Show &layout buttons</string>
|
||||||
</property>
|
</property>
|
||||||
@ -292,8 +295,11 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="opt_show_sb_all_actions_button">
|
<widget class="QCheckBox" name="opt_show_sb_all_actions_button">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Show a button that gives quick access to all available actions with a single click.</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>S&how GUI actions button</string>
|
<string>S&how actions button</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -1475,8 +1481,8 @@ also checked then only categories containing a matched item will be shown.</p
|
|||||||
<item row="3" column="0">
|
<item row="3" column="0">
|
||||||
<widget class="QCheckBox" name="opt_tag_browser_restore_tree_expansion">
|
<widget class="QCheckBox" name="opt_tag_browser_restore_tree_expansion">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><p>Ensure the last "used" item in the Tag browser is visible when opening a library.
|
<string><p>Ensure the last "used" item in the Tag browser is visible when opening a library.
|
||||||
An item is "used" when it is expanded, collapsed, or clicked.</p></string>
|
An item is "used" when it is expanded, collapsed, or clicked.</p></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Expand tr&ee to show last used item</string>
|
<string>Expand tr&ee to show last used item</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user