summaryrefslogtreecommitdiff
path: root/ui4/filetable.py
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-12-02 12:18:47 +0100
committerDidier Raboud <odyx@debian.org>2016-12-02 12:18:47 +0100
commit7aab19e53df83162ebcf9998e977ddb07009688f (patch)
treec556cb50935146b15ebf59072947cd30f3b36af7 /ui4/filetable.py
parentd7c50dff0ae44f873d2e66507df291a28b7ecdd6 (diff)
New upstream version 3.16.11
Diffstat (limited to 'ui4/filetable.py')
-rw-r--r--ui4/filetable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui4/filetable.py b/ui4/filetable.py
index e9e798035..bd3d3ca53 100644
--- a/ui4/filetable.py
+++ b/ui4/filetable.py
@@ -307,7 +307,7 @@ class FileTable(QWidget):
mime_type_desc = MIME_TYPES_DESC[mime_type][0]
except KeyError:
if self.typ == FILETABLE_TYPE_PRINT:
- FailureUI(self, self.__tr("<b>You are trying to add a file '%s' that cannot be directly printed with this utility.</b><p>To print this file, use the print command in the application that created it.<p>Note: Click <i>Show Valid Types...</i> to view a list of compatible file types that can be directly printed from this utility."%f),
+ FailureUI(self, self.__tr("<b>You are trying to add a file that cannot be directly printed with this utility.</b><p>To print this file, use the print command in the application that created it.<p>Note: Click <i>Show Valid Types...</i> to view a list of compatible file types that can be directly printed from this utility."),
self.__tr("HP Device Manager"))
else:
FailureUI(self, self.__tr("<b>You are trying to add a file '%s' that cannot be directly faxed with this utility.</b><p>To fax this file, use the print command in the application that created it (using the appropriate fax print queue).<p>Note: Click <i>Show Valid Types...</i> to view a list of compatible file types that can be directly added to the fax file list in this utility."%f),