summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtStrings.h')
-rw-r--r--Swift/QtUI/QtStrings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtStrings.h b/Swift/QtUI/QtStrings.h
index 586e775..d0cd421 100644
--- a/Swift/QtUI/QtStrings.h
+++ b/Swift/QtUI/QtStrings.h
@@ -1,49 +1,49 @@
/*
* Copyright (c) 2011 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
/*
* This file contains strings from the Qt library that need to be
* translated.
*
* This header is not included by our sources, but will be picked up
* by lupdate.
*/
#pragma once
QT_TRANSLATE_NOOP("CloseButton", "Close Tab");
-QT_TRANSLATE_NOOP3("QApplication", "QT_LAYOUT_DIRECTION", "Translate this to LTR for left-to-right or RTL for right-to-left languages");
+QT_TRANSLATE_NOOP3("QGuiApplication", "QT_LAYOUT_DIRECTION", "Translate this to LTR for left-to-right or RTL for right-to-left languages");
QT_TRANSLATE_NOOP("QLineEdit", "Select All");
QT_TRANSLATE_NOOP("QLineEdit", "&Undo");
QT_TRANSLATE_NOOP("QLineEdit", "&Redo");
QT_TRANSLATE_NOOP("QLineEdit", "Cu&t");
QT_TRANSLATE_NOOP("QLineEdit", "&Copy");
QT_TRANSLATE_NOOP("QLineEdit", "&Paste");
QT_TRANSLATE_NOOP("QLineEdit", "Delete");
QT_TRANSLATE_NOOP("QScrollBar", "Scroll here");
QT_TRANSLATE_NOOP("QScrollBar", "Top");
QT_TRANSLATE_NOOP("QScrollBar", "Bottom");
QT_TRANSLATE_NOOP("QScrollBar", "Page up");
QT_TRANSLATE_NOOP("QScrollBar", "Page down");
QT_TRANSLATE_NOOP("QScrollBar", "Scroll up");
QT_TRANSLATE_NOOP("QScrollBar", "Scroll down");
QT_TRANSLATE_NOOP("QTextControl", "Select All");
QT_TRANSLATE_NOOP("QTextControl", "&Copy");
QT_TRANSLATE_NOOP("QTextControl", "&Undo");
QT_TRANSLATE_NOOP("QTextControl", "&Redo");
QT_TRANSLATE_NOOP("QTextControl", "Cu&t");
QT_TRANSLATE_NOOP("QTextControl", "&Paste");
QT_TRANSLATE_NOOP("QTextControl", "Delete");
QT_TRANSLATE_NOOP("QWebPage", "Copy Link");
QT_TRANSLATE_NOOP("QWebPage", "Copy");
QT_TRANSLATE_NOOP("QWebPage", "Copy Image");
QT_TRANSLATE_NOOP("QWebPage", "Scroll here");
QT_TRANSLATE_NOOP("QWebPage", "Top");