diff options
Diffstat (limited to 'Userland/Applications/GamesSettings/CardSettingsWidget.gml')
-rw-r--r-- | Userland/Applications/GamesSettings/CardSettingsWidget.gml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/Applications/GamesSettings/CardSettingsWidget.gml b/Userland/Applications/GamesSettings/CardSettingsWidget.gml index 8b15195fc0..2bacb7f32e 100644 --- a/Userland/Applications/GamesSettings/CardSettingsWidget.gml +++ b/Userland/Applications/GamesSettings/CardSettingsWidget.gml @@ -11,7 +11,7 @@ } @GUI::GroupBox { - title: "Background Color" + title: "Background color" max_height: "shrink" layout: @GUI::VerticalBoxLayout { margins: [8] @@ -24,7 +24,7 @@ } @GUI::GroupBox { - title: "Card Back" + title: "Card back" layout: @GUI::VerticalBoxLayout { margins: [8] } |