String changes

This commit is contained in:
Kovid Goyal 2020-10-25 11:43:22 +05:30
parent a16425b2ea
commit a6737d926d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)