summaryrefslogtreecommitdiff
path: root/src/plugins/designer
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2023-02-07 16:47:34 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2023-02-08 08:32:31 +0000
commit2356f28647c04718919a090a4784c9453cd0c02a (patch)
tree1ffac0faf19451dbabee0818f61510ad72045781 /src/plugins/designer
parent8a8b50e8b5d8788e917c3d24db10ef29c4a5462e (diff)
downloadqt-creator-2356f28647c04718919a090a4784c9453cd0c02a.tar.gz
Translations: Add missing "::" prefixes to QT_TRANSLATE_NOOP
Change-Id: I7589a2d4003394e38e58c095b510f8eff33263b8 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/designer')
-rw-r--r--src/plugins/designer/designerconstants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/designer/designerconstants.h b/src/plugins/designer/designerconstants.h
index 5453af1854..8b2a34dffe 100644
--- a/src/plugins/designer/designerconstants.h
+++ b/src/plugins/designer/designerconstants.h
@@ -11,10 +11,10 @@ namespace Constants {
const char INFO_READ_ONLY[] = "DesignerXmlEditor.ReadOnly";
const char K_DESIGNER_XML_EDITOR_ID[] = "FormEditor.DesignerXmlEditor";
const char C_DESIGNER_XML_EDITOR[] = "Designer Xml Editor";
-const char C_DESIGNER_XML_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("Designer", "Form Editor");
+const char C_DESIGNER_XML_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("::Designer", "Form Editor");
const char SETTINGS_CATEGORY[] = "P.Designer";
-const char SETTINGS_TR_CATEGORY[] = QT_TRANSLATE_NOOP("Designer", "Designer");
+const char SETTINGS_TR_CATEGORY[] = QT_TRANSLATE_NOOP("::Designer", "Designer");
// Context
const char C_FORMEDITOR[] = "FormEditor.FormEditor";