From ffce7efb53d89bf1d14c2edf8fa3552dcb1a2e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kre=C5=A1imir=20=C4=8Cohar?= Date: Sat, 2 Mar 2019 06:36:55 +0100 Subject: [PATCH] [Kicker, Kickoff & Dash] Change labels to match SDDM theme labels Summary: This patch follows patch D19458 and applies the same label changes to Kicker/Kickoff/Dash. Reviewers: #vdg, ngraham Reviewed By: #vdg, ngraham Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D19459 --- systementry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systementry.cpp b/systementry.cpp index d9101aae7..202cc84ba 100644 --- a/systementry.cpp +++ b/systementry.cpp @@ -166,7 +166,7 @@ QString SystemEntry::name() const return i18n("Lock"); break; case LogoutSession: - return i18n("Logout"); + return i18n("Log Out"); break; case SaveSession: return i18n("Save Session"); @@ -181,7 +181,7 @@ QString SystemEntry::name() const return i18n("Hibernate"); break; case Reboot: - return i18n("Reboot"); + return i18n("Restart"); break; case Shutdown: return i18n("Shut Down");