~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to src/calibre/gui2/jobs.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-02-27 07:48:06 UTC
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: package-import@ubuntu.com-20140227074806-64wdebb3ptosxhhx
Tags: upstream-1.25.0+dfsg
ImportĀ upstreamĀ versionĀ 1.25.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
445
445
        self.pi = ProgressIndicator(self, size)
446
446
        self._jobs = QLabel('<b>'+_('Jobs:')+' 0')
447
447
        self._jobs.mouseReleaseEvent = self.mouseReleaseEvent
448
 
        self.shortcut = _('Shift+Alt+J')
 
448
        self.shortcut = 'Shift+Alt+J'
449
449
 
450
450
        if horizontal:
451
451
            self.setLayout(QHBoxLayout())