1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +00:00

[#155 state:fixed] Added dg edition name in results window.

This commit is contained in:
Virgil Dupras
2011-04-22 11:37:53 +02:00
parent 59eaf5305a
commit 417233a47f
6 changed files with 5 additions and 5 deletions

View File

@@ -165,7 +165,7 @@ class ResultWindow(QMainWindow):
self.actionActions.setMenu(actionMenu)
def _setupUi(self):
self.setWindowTitle(tr("dupeGuru Results"))
self.setWindowTitle(tr("{} Results").format(self.app.NAME))
self.resize(630, 514)
self.centralwidget = QWidget(self)
self.verticalLayout_2 = QVBoxLayout(self.centralwidget)

View File

@@ -388,8 +388,8 @@
<translation>Réinitialiser</translation>
</message>
<message>
<source>dupeGuru Results</source>
<translation>dupeGuru (Résultats)</translation>
<source>{} Results</source>
<translation>{} (Résultats)</translation>
</message>
<message>
<source>Delete duplicates</source>