1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:27:35 +00:00

DisplaySettings: Rename "virtual desktops" => "workspaces"

This commit is contained in:
Andreas Kling 2021-07-31 20:08:15 +02:00
parent 67c0a2c5df
commit 05faca91d5
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
margins: [16, 24, 16, 6]
}
title: "Virtual Desktops"
title: "Workspaces"
shrink_to_fit: true
@GUI::Widget {
@ -60,12 +60,12 @@
margins: [6, 6, 6, 6]
}
@GUI::Label {
text: "Use the Ctrl+Alt+Arrow hotkeys to move between virtual desktops."
text: "Use the Ctrl+Alt+Arrow hotkeys to move between workspaces."
text_alignment: "TopLeft"
word_wrap: true
}
@GUI::Label {
text: "Use the Ctrl+Shift+Alt+Arrow hotkeys to move between virtual desktops and move the active window."
text: "Use the Ctrl+Shift+Alt+Arrow hotkeys to move between\nworkspaces and move the active window."
text_alignment: "TopLeft"
word_wrap: true
}