mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-21 14:26:33 -04:00
String changes
This commit is contained in:
@@ -392,7 +392,7 @@ class EditPrograms(Dialog): # {{{
|
||||
|
||||
def __init__(self, file_type='jpeg', parent=None):
|
||||
self.file_type = file_type.lower()
|
||||
Dialog.__init__(self, _('Edit the applications for %s files') % file_type.upper(), 'edit-open-with-programs', parent=parent)
|
||||
Dialog.__init__(self, _('Edit the applications used for %s files') % file_type.upper(), 'edit-open-with-programs', parent=parent)
|
||||
|
||||
def setup_ui(self):
|
||||
self.l = l = QVBoxLayout(self)
|
||||
|
||||
Reference in New Issue
Block a user