Skip to content
Snippets Groups Projects
Commit a09cbc0b authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Another spelling error in text editor settings.


Change-Id: Ifab9dc9b6910c39d4d71b95760b1ad9d5565fc1b
Reviewed-by: default avatarLeandro Melo <leandro.melo@nokia.com>
parent 394f6d2d
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ TextEditorSettings::TextEditorSettings(QObject *parent)
tr("Operators. (for example operator++ operator-=)")));
formatDescr.append(FormatDescription(C_PREPROCESSOR, tr("Preprocessor"),
tr("Preprocessor directives."), Qt::darkBlue));
formatDescr.append(FormatDescription(C_LABEL, tr("Label"), tr("Labels for goto steatments."),
formatDescr.append(FormatDescription(C_LABEL, tr("Label"), tr("Labels for goto statements."),
Qt::darkRed));
formatDescr.append(FormatDescription(C_COMMENT, tr("Comment"),
tr("All style of comments except Doxygen comments."),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment