description fixing
fixing typo grammar spelling and replace to correct with reference from merriam webster and wikitionary
fixing example
0messagebox.setInformativeText(QObject::tr("A fatal error occured. Check that settings file is writable, or try running with -nosettings."));
to
0messagebox.setInformativeText(QObject::tr("A fatal error occurred. Check that settings file is writable, or try running with -nosettings."));
testing
unitest not include because just fixing typo with correct one