summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-03-30 19:23:09 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-03-30 19:23:09 (GMT)
commit5e7255592d7d10ce434299bd1d0f6f9a56382014 (patch)
tree4b409c94fc1ad02ac755584ebafdf2ffc111440b /Swift/QtUI
parent33de0c6eeb58fd4a6459a3e019b441a169a6f3e1 (diff)
downloadswift-5e7255592d7d10ce434299bd1d0f6f9a56382014.zip
swift-5e7255592d7d10ce434299bd1d0f6f9a56382014.tar.bz2
Added another missing string.
Diffstat (limited to 'Swift/QtUI')
-rw-r--r--Swift/QtUI/QtStrings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/QtUI/QtStrings.h b/Swift/QtUI/QtStrings.h
index 1ae958b..3317dbf 100644
--- a/Swift/QtUI/QtStrings.h
+++ b/Swift/QtUI/QtStrings.h
@@ -73,6 +73,9 @@ QT_TRANSLATE_NOOP("QDialogButtonBox", "OK");
QT_TRANSLATE_NOOP("QDialogButtonBox", "&Cancel");
QT_TRANSLATE_NOOP("QDialogButtonBox", "Cancel");
+QT_TRANSLATE_NOOP("QMessageBox", "Show Details...");
+QT_TRANSLATE_NOOP("QMessageBox", "Hide Details...");
+
QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Services");
QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Hide %1");
QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Hide Others");