From a6737d926dc9eec55cb75e27e3fc4c6b4e0e7e6c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 25 Oct 2020 11:43:22 +0530 Subject: [PATCH] String changes --- src/calibre/gui2/open_with.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/open_with.py b/src/calibre/gui2/open_with.py index c8d6e515be..081293147e 100644 --- a/src/calibre/gui2/open_with.py +++ b/src/calibre/gui2/open_with.py @@ -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)