mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 06:33:42 +02:00
String changes
This commit is contained in:
parent
cac4365022
commit
047cbdc4c1
2 changed files with 3 additions and 3 deletions
|
|
@ -27,8 +27,8 @@ def genesis(self):
|
|||
|
||||
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…
Reference in a new issue