forked from qt-creator/qt-creator
AutoTest: Remove 'Settings' from options string
This string is displayed on the settings dialog - remove the obvious. Change-Id: I5352f9e0f3a2ca16965a5bf4d8513d639dd3e5d8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -39,7 +39,7 @@ const char AUTOTEST_CONTEXT[] = "Auto Tests";
|
||||
const char TASK_INDEX[] = "AutoTest.Task.Index";
|
||||
const char TASK_PARSE[] = "AutoTest.Task.Parse";
|
||||
const char AUTOTEST_SETTINGS_CATEGORY[] = "ZY.Tests";
|
||||
const char AUTOTEST_SETTINGS_TR[] = QT_TRANSLATE_NOOP("AutoTest", "Test Settings");
|
||||
const char AUTOTEST_SETTINGS_TR[] = QT_TRANSLATE_NOOP("AutoTest", "Testing");
|
||||
const char FRAMEWORK_PREFIX[] = "AutoTest.Framework.";
|
||||
|
||||
const char SETTINGSPAGE_PREFIX[] = "A.AutoTest.";
|
||||
|
||||
Reference in New Issue
Block a user