diff options
Diffstat (limited to 'Swift/QtUI/QtStrings.h')
-rw-r--r-- | Swift/QtUI/QtStrings.h | 4 |
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"); |