effects/overview: make add/delete Virtual Desktop buttons consistent

These are proper nouns and should be capitalized. And let's consistently
use the term "Virtual Desktop", not just "Desktop" (which can be
confused for the desktop with the wallpaper).
This commit is contained in:
Nate Graham 2022-07-05 08:53:15 -06:00
parent f53bb84009
commit 85e0d5ea55

View file

@ -182,7 +182,7 @@ Item {
anchors.right: parent.right
anchors.top: parent.top
sourceComponent: PC3.Button {
text: i18nd("kwin_effects", "Delete virtual desktop")
text: i18nd("kwin_effects", "Delete Virtual Desktop")
icon.name: "delete"
display: PC3.AbstractButton.IconOnly
@ -274,7 +274,7 @@ Item {
width: bar.desktopWidth
height: bar.desktopHeight
text: i18nd("kwin_effects", "Add Desktop")
text: i18nd("kwin_effects", "Add Virtual Desktop")
icon.name: "list-add"
display: PC3.AbstractButton.IconOnly
opacity: hovered ? 1 : 0.75