fix: Fixed typo in the use of the project name

This commit is contained in:
Petr Mironychev
2025-03-27 00:34:10 +01:00
parent 7d06ab04dc
commit d58ff90458
10 changed files with 15 additions and 15 deletions

View File

@ -24,7 +24,7 @@
namespace QodeAssist::Settings {
namespace TrConstants {
inline const char *ENABLE_QODE_ASSIST = QT_TRANSLATE_NOOP("QtC::QodeAssist", "Enable Qode Assist");
inline const char *ENABLE_QODE_ASSIST = QT_TRANSLATE_NOOP("QtC::QodeAssist", "Enable QodeAssist");
inline const char *GENERAL = QT_TRANSLATE_NOOP("QtC::QodeAssist", "General");
inline const char *RESET_TO_DEFAULTS
= QT_TRANSLATE_NOOP("QtC::QodeAssist", "Reset Page to Defaults");