summaryrefslogtreecommitdiff
path: root/Userland/Applications/CalendarSettings
diff options
context:
space:
mode:
authorthankyouverycool <66646555+thankyouverycool@users.noreply.github.com>2023-05-22 13:07:09 -0400
committerAndreas Kling <kling@serenityos.org>2023-05-23 05:59:49 +0200
commit02d94a303c8c8329061e990dbe2e9914fae19965 (patch)
tree3277fa8de6c3b63adcca228269a4f6bacbc963bb /Userland/Applications/CalendarSettings
parent024360e6049c7912cc4000833ba2876fef1b2b32 (diff)
downloadserenity-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/Applications/CalendarSettings')
-rw-r--r--Userland/Applications/CalendarSettings/CalendarSettingsWidget.gml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Userland/Applications/CalendarSettings/CalendarSettingsWidget.gml b/Userland/Applications/CalendarSettings/CalendarSettingsWidget.gml
index 085ac9f188..99718ced5a 100644
--- a/Userland/Applications/CalendarSettings/CalendarSettingsWidget.gml
+++ b/Userland/Applications/CalendarSettings/CalendarSettingsWidget.gml
@@ -6,7 +6,7 @@
}
@GUI::GroupBox {
- title: "Preferred First Day of Week"
+ title: "Preferred first day of week"
fixed_height: 72
layout: @GUI::VerticalBoxLayout {
margins: [6]
@@ -37,7 +37,7 @@
}
@GUI::GroupBox {
- title: "Preferred Weekend Configuration"
+ title: "Preferred weekend configuration"
fixed_height: 72
layout: @GUI::VerticalBoxLayout {
margins: [6]
@@ -94,7 +94,7 @@
}
@GUI::GroupBox {
- title: "Default View"
+ title: "Default view"
fixed_height: 72
layout: @GUI::VerticalBoxLayout {
margins: [6]