Project/ProjectBaseBrowser.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3600
7d17c492ab95
--- a/Project/ProjectBaseBrowser.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Project/ProjectBaseBrowser.py	Thu Apr 03 23:05:31 2014 +0200
@@ -294,9 +294,9 @@
             DeleteFilesConfirmationDialog
         dlg = DeleteFilesConfirmationDialog(
             self.parent(),
-            self.trUtf8("Delete directories"),
-            self.trUtf8("Do you really want to delete these directories from"
-                        " the project?"),
+            self.tr("Delete directories"),
+            self.tr("Do you really want to delete these directories from"
+                    " the project?"),
             dirs)
         
         if dlg.exec_() == QDialog.Accepted:

eric ide

mercurial