diff --git a/src/plugin-power/window/generalmodule.cpp b/src/plugin-power/window/generalmodule.cpp index f9dfc5ba0b..7101816ae1 100644 --- a/src/plugin-power/window/generalmodule.cpp +++ b/src/plugin-power/window/generalmodule.cpp @@ -31,10 +31,10 @@ static QString get_translate(const QString &type) { if (type == BALANCE) { return QObject::tr("Auto adjust CPU operating frequency based on CPU load condition"); } - if (type == PERFORMANCE) { + if (type == BALANCEPERFORMANCE) { return QObject::tr("Aggressively adjust CPU operating frequency based on CPU load condition"); } - if (type == BALANCEPERFORMANCE) { + if (type == PERFORMANCE) { return QObject::tr("Be good to imporving performance, but power consumption and heat generation will increase"); } return QObject::tr("CPU always works under low frequency, will reduce power consumption");