From 26e5a7bc4c9df555d067ef4c15ef87c4d1fb0781 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Tue, 25 Oct 2016 07:11:16 +0300 Subject: [PATCH] Fix translation catalog by Victor --- lookandfeel/contents/lockscreen/LockScreenUi.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lookandfeel/contents/lockscreen/LockScreenUi.qml b/lookandfeel/contents/lockscreen/LockScreenUi.qml index 19768abd9..1b6f49a00 100644 --- a/lookandfeel/contents/lockscreen/LockScreenUi.qml +++ b/lookandfeel/contents/lockscreen/LockScreenUi.qml @@ -160,7 +160,7 @@ PlasmaCore.ColorScope { actionItems: [ ActionButton { - text: i18nd("org.kde.plasma_lookandfeel_org.kde.lookandfeel", "Switch User") + text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Switch User") iconSource: "system-switch-user" onClicked: mainStack.push(switchSessionPage) visible: sessionsModel.canSwitchUser