String changes

This commit is contained in:
Kovid Goyal 2017-04-23 21:49:31 +05:30
parent cac4365022
commit 047cbdc4c1
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ class ShowQuickviewAction(InterfaceAction):
self.focus_action = QAction(self.gui) self.focus_action = QAction(self.gui)
self.gui.addAction(self.focus_action) self.gui.addAction(self.focus_action)
self.gui.keyboard.register_shortcut('Focus To Quickview', _('Focus To Quickview'), self.gui.keyboard.register_shortcut('Focus To Quickview', _('Focus to Quickview'),
description=_('Move the focus to the Quickview pane/window'), description=_('Move the focus to the Quickview panel/window'),
default_keys=('Shift+Q',), action=self.focus_action, default_keys=('Shift+Q',), action=self.focus_action,
group=self.action_spec[0]) group=self.action_spec[0])
self.focus_action.triggered.connect(self.focus_quickview) self.focus_action.triggered.connect(self.focus_quickview)

View File

@ -423,7 +423,7 @@ def get_prefs():
{ {
'name':'partition_method', 'name':'partition_method',
'text':_('Tags browser category partitioning method'), 'text':_('Tag browser category partitioning method'),
'choices':[('first letter', _('First Letter')), ('disable', _('Disable')), ('partition', _('Partition'))], 'choices':[('first letter', _('First Letter')), ('disable', _('Disable')), ('partition', _('Partition'))],
'tooltip':_('Choose how tag browser subcategories are displayed when' 'tooltip':_('Choose how tag browser subcategories are displayed when'
' there are more items than the limit. Select by first' ' there are more items than the limit. Select by first'