diff options
Diffstat (limited to 'src/plugins/python/pythonconstants.h')
-rw-r--r-- | src/plugins/python/pythonconstants.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/python/pythonconstants.h b/src/plugins/python/pythonconstants.h index 739198ab82..d5c5e3c6cd 100644 --- a/src/plugins/python/pythonconstants.h +++ b/src/plugins/python/pythonconstants.h @@ -11,8 +11,7 @@ namespace Constants { const char C_PYTHONEDITOR_ID[] = "PythonEditor.PythonEditor"; const char C_PYTHONRUNCONFIGURATION_ID[] = "PythonEditor.RunConfiguration."; -const char C_EDITOR_DISPLAY_NAME[] = - QT_TRANSLATE_NOOP("OpenWith::Editors", "Python Editor"); +const char C_EDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("QtC::Core", "Python Editor"); const char C_PYTHONOPTIONS_PAGE_ID[] = "PythonEditor.OptionsPage"; const char C_PYLSCONFIGURATION_PAGE_ID[] = "PythonEditor.PythonLanguageServerConfiguration"; |