File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,3 +8,10 @@ OnlyShowIn=DDE
88Type =Application
99X-Deepin-Vendor =user-custom
1010X-Deepin-TurboType =dtkwidget
11+
12+ Name[en_US]=Lock screen
13+ Name[zh_CN]=锁屏
14+ Name[zh_TW]=鎖定螢幕
15+ Name[zh_HK]=鎖定螢幕
16+ Name[ug]=ئېكران قۇلۇپى
17+ Name[bo]=བརྙན་ཡོལ་སྒོ་ལྕགས་རྒྱག་པ།
Original file line number Diff line number Diff line change 1- // SPDX-FileCopyrightText: 2022 UnionTech Software Technology Co., Ltd.
1+ // SPDX-FileCopyrightText: 2022 - 2026 UnionTech Software Technology Co., Ltd.
22//
33// SPDX-License-Identifier: GPL-3.0-or-later
44
@@ -836,7 +836,7 @@ void LockContent::tryGrabKeyboard(bool exitIfFailed)
836836 .path (" /org/freedesktop/Notifications" )
837837 .interface (" org.freedesktop.Notifications" )
838838 .method (QString (" Notify" ))
839- .arg (tr ( " Lock Screen " ))
839+ .arg (QString ( " dde-lock " )) // appName
840840 .arg (static_cast <uint>(0 ))
841841 .arg (QString (" " ))
842842 .arg (QString (" " ))
You can’t perform that action at this time.
0 commit comments