diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-02-21 20:57:51 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-02-21 20:57:51 (GMT) |
commit | f9bb5303a57467c461f33c3fb3d0745e383ea9c5 (patch) | |
tree | 57be371e2eb2e047826a152a3ca3c9abd007edd1 /Swift | |
parent | 811aa9951613990956ad9027f4b969c8886b1123 (diff) | |
download | swift-f9bb5303a57467c461f33c3fb3d0745e383ea9c5.zip swift-f9bb5303a57467c461f33c3fb3d0745e383ea9c5.tar.bz2 |
Added Qt strings from DialogButtonBox.
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtStrings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtStrings.h b/Swift/QtUI/QtStrings.h index cee6c14..6d31a93 100644 --- a/Swift/QtUI/QtStrings.h +++ b/Swift/QtUI/QtStrings.h @@ -29,3 +29,5 @@ QT_TRANSLATE_NOOP("QWizard", "Cancel"); QT_TRANSLATE_NOOP("QWizard", "&Next"); QT_TRANSLATE_NOOP("QWizard", "&Next >"); +QT_TRANSLATE_NOOP("QDialogButtonBox", "&Yes"); +QT_TRANSLATE_NOOP("QDialogButtonBox", "&No"); |