Cleanup: more strings cleanup, removing capitalization and minor adjusments.

This commit is contained in:
LemmyCook
2025-09-19 17:03:31 -04:00
parent dabf281ae8
commit 761aa62995
26 changed files with 64 additions and 64 deletions
@@ -23,7 +23,7 @@ ColumnLayout {
}
NComboBox {
label: "Display Format"
label: "Display format"
model: ListModel {
ListElement {
key: "time"
@@ -35,11 +35,11 @@ ColumnLayout {
}
ListElement {
key: "time-date"
name: "HH:mm - Date"
name: "HH:mm + Date"
}
ListElement {
key: "time-date-short"
name: "HH:mm - Short Date"
name: "HH:mm + Short date"
}
}
currentKey: valueDisplayFormat