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):
|
||||
|
||||
name = 'All GUI actions'
|
||||
action_spec = (_('GUI actions'), 'wizard.png',
|
||||
_("Show a menu of all available GUI and plugin actions.\nThis menu "
|
||||
action_spec = (_('All actions'), 'wizard.png',
|
||||
_("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)
|
||||
|
||||
action_type = 'current'
|
||||
@ -34,7 +34,7 @@ class AllGUIActions(InterfaceAction):
|
||||
menu=self.hidden_menu,
|
||||
unique_name='Main window layout',
|
||||
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',
|
||||
triggered=self.show_menu)
|
||||
|
||||
|
@ -278,13 +278,16 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="10" column="1">
|
||||
<widget class="QGroupBox">
|
||||
<widget class="QGroupBox" name="groupBox">
|
||||
<property name="title">
|
||||
<string>Status bar buttons</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout">
|
||||
<item>
|
||||
<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">
|
||||
<string>Show &layout buttons</string>
|
||||
</property>
|
||||
@ -292,8 +295,11 @@
|
||||
</item>
|
||||
<item>
|
||||
<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">
|
||||
<string>S&how GUI actions button</string>
|
||||
<string>S&how actions button</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -1475,8 +1481,8 @@ also checked then only categories containing a matched item will be shown.</p
|
||||
<item row="3" column="0">
|
||||
<widget class="QCheckBox" name="opt_tag_browser_restore_tree_expansion">
|
||||
<property name="toolTip">
|
||||
<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>
|
||||
<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>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Expand tr&ee to show last used item</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user