diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2023-05-22 13:07:09 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-05-23 05:59:49 +0200 |
commit | 02d94a303c8c8329061e990dbe2e9914fae19965 (patch) | |
tree | 3277fa8de6c3b63adcca228269a4f6bacbc963bb /Userland/Games/Flood | |
parent | 024360e6049c7912cc4000833ba2876fef1b2b32 (diff) | |
download | serenity-02d94a303c8c8329061e990dbe2e9914fae19965.zip |
Base+Userland: Apply Human Interface Guidelines to Object text
Corrects a slew of titles, buttons, labels, menu items and status bars
for capitalization, ellipses and punctuation.
Rewords a few actions and dialogs to use uniform language and
punctuation.
Diffstat (limited to 'Userland/Games/Flood')
-rw-r--r-- | Userland/Games/Flood/SettingsDialog.gml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/Games/Flood/SettingsDialog.gml b/Userland/Games/Flood/SettingsDialog.gml index fe524d2e94..f743f2e17c 100644 --- a/Userland/Games/Flood/SettingsDialog.gml +++ b/Userland/Games/Flood/SettingsDialog.gml @@ -10,7 +10,7 @@ } @GUI::Label { - text: "Board rows" + text: "Board rows:" text_alignment: "CenterLeft" } @@ -27,7 +27,7 @@ } @GUI::Label { - text: "Board columns" + text: "Board columns:" text_alignment: "CenterLeft" } |