summaryrefslogtreecommitdiff
path: root/ui5/filetable.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui5/filetable.py')
-rw-r--r--ui5/filetable.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui5/filetable.py b/ui5/filetable.py
index 8a13f9542..657adba1c 100644
--- a/ui5/filetable.py
+++ b/ui5/filetable.py
@@ -316,10 +316,10 @@ 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),
+ FailureUI(self, self.__tr("<b>You are trying to add a file 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."),
self.__tr("HP Device Manager"))
else:
if self.typ == FILETABLE_TYPE_PRINT: