mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 12:15:42 +01:00
String changes
This commit is contained in:
parent
b0cd380556
commit
17b09210ee
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ def sreg(name, text, action, overrides={}, keys=(), description=None, icon=None)
|
|||
'find', {'direction':'up'}, ('Shift+F3', 'Shift+Ctrl+G'), _('Find previous match'))
|
||||
self.action_replace = sreg('replace', _('&Replace'),
|
||||
'replace', keys=('Ctrl+R'), description=_('Replace current match'))
|
||||
self.action_replace_next = sreg('replace-next', _('&Replace and find next'),
|
||||
self.action_replace_next = sreg('replace-next', _('Replace and find ne&xt'),
|
||||
'replace-find', {'direction':'down'}, ('Ctrl+]'), _('Replace current match and find next'))
|
||||
self.action_replace_previous = sreg('replace-previous', _('R&eplace and find previous'),
|
||||
'replace-find', {'direction':'up'}, ('Ctrl+['), _('Replace current match and find previous'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue