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
c283bb5620
commit
2e0a2a6e33
@ -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 @@ if iswindows:
|
||||
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…
x
Reference in New Issue
Block a user