String changes

This commit is contained in:
Kovid Goyal 2017-06-12 19:01:45 +05:30
parent 609105e4c9
commit 22998f82a4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 287 additions and 287 deletions

File diff suppressed because it is too large Load Diff

View File

@ -603,7 +603,7 @@ class DeviceManager(Thread): # {{{
metadata=None, plugboards=None, add_as_step_to_job=None):
desc = ngettext('Upload one book to the device', 'Upload {} books to the device', len(names)).format(len(names))
if titles:
desc += u':' + u', '.join(titles)
desc += u': ' + u', '.join(titles)
return self.create_job_step(self._upload_books, done, to_job=add_as_step_to_job,
args=[files, names],
kwargs={'on_card':on_card,'metadata':metadata,'plugboards':plugboards}, description=desc)