diff --git a/theme.conf b/theme.conf index 86f2100..38ca21f 100644 --- a/theme.conf +++ b/theme.conf @@ -107,9 +107,9 @@ Locale="" ## The time and date locale should usually be set in your system settings. Only hard set this if something is not working by default or you want a seperate locale setting in your login screen. HourFormat="hh:mm AP" -## Defaults to Locale.ShortFormat - Accepts "long" or a custom string like "hh:mm A". See http://doc.qt.io/qt-5/qml-qtqml-date.html +## Defaults to Locale.ShortFormat - Accepts "long" or a custom string like "HH:mm". See http://doc.qt.io/qt-5/qml-qtqml-date.html -DateFormat="dddd  MMM d" +DateFormat="dddd, d MMM" ## Defaults to Locale.LongFormat - Accepts "short" or a custom string like "dddd, d 'of' MMMM". See http://doc.qt.io/qt-5/qml-qtqml-date.html