mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
cac4365022
commit
047cbdc4c1
@ -27,8 +27,8 @@ class ShowQuickviewAction(InterfaceAction):
|
||||
|
||||
self.focus_action = QAction(self.gui)
|
||||
self.gui.addAction(self.focus_action)
|
||||
self.gui.keyboard.register_shortcut('Focus To Quickview', _('Focus To Quickview'),
|
||||
description=_('Move the focus to the Quickview pane/window'),
|
||||
self.gui.keyboard.register_shortcut('Focus To Quickview', _('Focus to Quickview'),
|
||||
description=_('Move the focus to the Quickview panel/window'),
|
||||
default_keys=('Shift+Q',), action=self.focus_action,
|
||||
group=self.action_spec[0])
|
||||
self.focus_action.triggered.connect(self.focus_quickview)
|
||||
|
@ -423,7 +423,7 @@ def get_prefs():
|
||||
|
||||
{
|
||||
'name':'partition_method',
|
||||
'text':_('Tags browser category partitioning method'),
|
||||
'text':_('Tag browser category partitioning method'),
|
||||
'choices':[('first letter', _('First Letter')), ('disable', _('Disable')), ('partition', _('Partition'))],
|
||||
'tooltip':_('Choose how tag browser subcategories are displayed when'
|
||||
' there are more items than the limit. Select by first'
|
||||
|
Loading…
x
Reference in New Issue
Block a user