summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-03-14 18:56:51 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-03-14 18:58:17 (GMT)
commit90e773d9fb6ed8e80b502cc5d8f5763d94a41039 (patch)
tree105e0808ffe33b8928820559733c07dd847a6823 /Swift/QtUI/QtStrings.h
parent2f6fe2eb38dc4fa3911182b5e8cf813b4bb2a465 (diff)
downloadswift-90e773d9fb6ed8e80b502cc5d8f5763d94a41039.zip
swift-90e773d9fb6ed8e80b502cc5d8f5763d94a41039.tar.bz2
Mention translator in about dialog and record license in translation file.
Resolves: #786.
Diffstat (limited to 'Swift/QtUI/QtStrings.h')
-rw-r--r--Swift/QtUI/QtStrings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Swift/QtUI/QtStrings.h b/Swift/QtUI/QtStrings.h
index 6d31a93..13fdd73 100644
--- a/Swift/QtUI/QtStrings.h
+++ b/Swift/QtUI/QtStrings.h
@@ -31,3 +31,7 @@ QT_TRANSLATE_NOOP("QWizard", "&Next >");
QT_TRANSLATE_NOOP("QDialogButtonBox", "&Yes");
QT_TRANSLATE_NOOP("QDialogButtonBox", "&No");
+QT_TRANSLATE_NOOP("QDialogButtonBox", "&OK");
+QT_TRANSLATE_NOOP("QDialogButtonBox", "OK");
+QT_TRANSLATE_NOOP("QDialogButtonBox", "&Cancel");
+QT_TRANSLATE_NOOP("QDialogButtonBox", "Cancel");