Rename "Show Desktop" to "Peek at Desktop" in UI strings
Companion to https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1036
This commit is contained in:
parent
717e17d578
commit
e801819a2d
3 changed files with 3 additions and 3 deletions
|
@ -128,7 +128,7 @@ void KWinScreenEdgesConfig::showEvent(QShowEvent *e)
|
|||
void KWinScreenEdgesConfig::monitorInit()
|
||||
{
|
||||
m_form->monitorAddItem(i18n("No Action"));
|
||||
m_form->monitorAddItem(i18n("Show Desktop"));
|
||||
m_form->monitorAddItem(i18n("Peek at Desktop"));
|
||||
m_form->monitorAddItem(i18n("Lock Screen"));
|
||||
m_form->monitorAddItem(i18n("Show KRunner"));
|
||||
m_form->monitorAddItem(i18n("Activity Manager"));
|
||||
|
|
|
@ -122,7 +122,7 @@ void KWinScreenEdgesConfig::monitorInit()
|
|||
m_form->monitorHideEdge(ElectricBottomLeft, true);
|
||||
|
||||
m_form->monitorAddItem(i18n("No Action"));
|
||||
m_form->monitorAddItem(i18n("Show Desktop"));
|
||||
m_form->monitorAddItem(i18n("Peek at Desktop"));
|
||||
m_form->monitorAddItem(i18n("Lock Screen"));
|
||||
m_form->monitorAddItem(i18n("Show KRunner"));
|
||||
m_form->monitorAddItem(i18n("Activity Manager"));
|
||||
|
|
|
@ -1091,7 +1091,7 @@ void Workspace::initShortcuts()
|
|||
}
|
||||
DEF(kli18n("Window to Next Screen"), Qt::META | Qt::SHIFT | Qt::Key_Right, slotWindowToNextScreen);
|
||||
DEF(kli18n("Window to Previous Screen"), Qt::META | Qt::SHIFT | Qt::Key_Left, slotWindowToPrevScreen);
|
||||
DEF(kli18n("Show Desktop"), Qt::META | Qt::Key_D, slotToggleShowDesktop);
|
||||
DEF(kli18n("Peek at Desktop"), Qt::META | Qt::Key_D, slotToggleShowDesktop);
|
||||
|
||||
for (int i = 0; i < 8; ++i) {
|
||||
DEF3(kli18n("Switch to Screen %1"), 0, slotSwitchToScreen, i);
|
||||
|
|
Loading…
Reference in a new issue