fix: 修复仅主屏显示时,控制中心个性化的任务栏设备页面显示的是跟随鼠标显示的问题

翻译文本写错了,导致未根据正确的文本找到显示内容

Log:
Task: https://pms.uniontech.com/zentao/task-view-88865.html
Influence: 控制中心-个性化-任务栏 多屏显示下拉框内容的正确性
Change-Id: Iba0b0e8825422de4b027f5650d5bf2ca10f78e91
This commit is contained in:
范朋程 2021-10-20 16:06:55 +08:00 committed by fanpengcheng
parent 15c272dfa1
commit 7f861dfe97

View File

@ -191,8 +191,8 @@ void ModuleWidget::initUI()
// 多屏显示设置
if (QDBusConnection::sessionBus().interface()->isServiceRegistered("com.deepin.dde.Dock")) {
static QMap<QString, bool> g_screenSettingMap = {{tr("Follow the mouse"), false}
, {tr("Only show in primary"), true}};
static QMap<QString, bool> g_screenSettingMap = {{tr("On screen where the cursor is"), false}
, {tr("Only on main screen"), true}};
layout->addSpacing(10);
layout->addWidget(m_screenSettingTitle);