From 3e5a1d49929e05821b6483aec0eb7951570eb833 Mon Sep 17 00:00:00 2001 From: songwentao Date: Fri, 29 Jul 2022 10:18:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=8E=B2=E7=8F=91=E5=90=8E=E7=BC=80?= =?UTF-8?q?=E6=96=87=E6=A1=88=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 文案调整 Log: Influence: 玲珑应用后缀文案调整 Task: https://pms.uniontech.com/task-view-152805.html Change-Id: Ibe9f0c9ad61b26459b2a45cc84c3283e28ca1a71 --- src/modules/launcher/launcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/launcher.cpp b/src/modules/launcher/launcher.cpp index 45b0279..08d7979 100644 --- a/src/modules/launcher/launcher.cpp +++ b/src/modules/launcher/launcher.cpp @@ -1172,7 +1172,7 @@ Item Launcher::NewItemWithDesktopInfo(DesktopInfo &info) // 玲珑应用添加后缀, 默认隐藏 if (SETTING->getMagicaVoxelSuffixHidden() && appFileName.startsWith("/persistent/linglong/entries/share/applications/")) - item.info.name = QString("%1(%2)").arg(appName).arg(tr("magicaVoxel")); + item.info.name = QString("%1(%2)").arg(appName).arg(tr("Linglong")); xDeepinCategory = xDeepinCategory.toLower();