Fixed a typo (#1192)

This commit is contained in:
xarkes 2019-02-13 15:35:38 +01:00 committed by GitHub
parent 843185d594
commit 2132b5cb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,7 +254,7 @@ static const QMap<QString, OptionIfo> optionInfoMap = {
{
"gui.main", {
QObject::tr("Color of main function color"),
QObject::tr("Main function color"),
QObject::tr("Main"), true
}
},