[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
wilder-5.17
Krešimir Čohar 7 years ago
parent 0785ccc6b9
commit ffce7efb53
  1. 4
      systementry.cpp

@ -166,7 +166,7 @@ QString SystemEntry::name() const
return i18n("Lock"); return i18n("Lock");
break; break;
case LogoutSession: case LogoutSession:
return i18n("Logout"); return i18n("Log Out");
break; break;
case SaveSession: case SaveSession:
return i18n("Save Session"); return i18n("Save Session");
@ -181,7 +181,7 @@ QString SystemEntry::name() const
return i18n("Hibernate"); return i18n("Hibernate");
break; break;
case Reboot: case Reboot:
return i18n("Reboot"); return i18n("Restart");
break; break;
case Shutdown: case Shutdown:
return i18n("Shut Down"); return i18n("Shut Down");

Loading…
Cancel
Save