From 2132b5cb097c5793b5ac91fc505c468f6a614e27 Mon Sep 17 00:00:00 2001 From: xarkes Date: Wed, 13 Feb 2019 15:35:38 +0100 Subject: [PATCH] Fixed a typo (#1192) --- src/widgets/ColorSchemePrefWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/ColorSchemePrefWidget.cpp b/src/widgets/ColorSchemePrefWidget.cpp index f3376cc4..16e3e7d7 100644 --- a/src/widgets/ColorSchemePrefWidget.cpp +++ b/src/widgets/ColorSchemePrefWidget.cpp @@ -254,7 +254,7 @@ static const QMap optionInfoMap = { { "gui.main", { - QObject::tr("Color of main function color"), + QObject::tr("Main function color"), QObject::tr("Main"), true } },