Index: sources/storage/Settings.h =================================================================== diff -u -rcf51c19d82d667644d7f70eaa521b43f908c7068 -r7a9536df0b32700d48250e818722b146c378fa26 --- sources/storage/Settings.h (.../Settings.h) (revision cf51c19d82d667644d7f70eaa521b43f908c7068) +++ sources/storage/Settings.h (.../Settings.h) (revision 7a9536df0b32700d48250e818722b146c378fa26) @@ -64,7 +64,7 @@ eError_Remove , eError_No_SettingsFolder , eError_No_SettingsFile , - eError_SettingNotExits , + eError_SettingNotExists , }; private: const QHash settingsError_Message { // no translation for the error. My experience shows the error messages if translated is not useful for serviceability and debugging. @@ -77,7 +77,7 @@ { eError_Remove , "The configuration folder '%1' cannot be removed." }, { eError_No_SettingsFolder , "No settings folder in the %1 path found." }, { eError_No_SettingsFile , "No settings file in the %1 folder found." }, - { eError_SettingNotExits , "The setting file %1 doesn't exists." }, + { eError_SettingNotExists , "The setting file %1 doesn't exists." }, }; public: const QString errorMessage(int vErr, QString vArg1 = "", QString vArg2 = "") {