mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 17:33:39 +02:00
String changes
This commit is contained in:
parent
c283bb5620
commit
2e0a2a6e33
2 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ def option_parser(get_parser, args):
|
|||
%prog list_categories [options]
|
||||
|
||||
Produce a report of the category information in the database. The
|
||||
information is the equivalent of what is shown in the tags pane.
|
||||
information is the equivalent of what is shown in the Tag browser.
|
||||
'''
|
||||
)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ def run_program(entry, path, parent):
|
|||
except Exception as err:
|
||||
return error_dialog(
|
||||
parent, _('Failed to run'), _(
|
||||
'Failed to run program, click "Show Details" for more information'),
|
||||
'Failed to run program, click "Show details" for more information'),
|
||||
det_msg='Command line: %r\n%s' %(cmdline, as_unicode(err)))
|
||||
t = Thread(name='WaitProgram', target=process.wait)
|
||||
t.daemon = True
|
||||
|
|
@ -142,7 +142,7 @@ def run_program(entry, path, parent): # noqa
|
|||
except Exception as err:
|
||||
return error_dialog(
|
||||
parent, _('Failed to run'), _(
|
||||
'Failed to run program, click "Show Details" for more information'),
|
||||
'Failed to run program, click "Show details" for more information'),
|
||||
det_msg='Command line: %r\n%s' %(cmdline, as_unicode(err)))
|
||||
# }}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue