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