diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 207137914c..58901ac6f2 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -147,7 +147,7 @@ sort_columns_at_startup = None # d the day as number without a leading zero (1 to 31) # dd the day as number with a leading zero (01 to 31) # ddd the abbreviated localized day name (e.g. 'Mon' to 'Sun'). -# dddd the long localized day name (e.g. 'Monday' to 'Qt::Sunday'). +# dddd the long localized day name (e.g. 'Monday' to 'Sunday'). # M the month as number without a leading zero (1-12) # MM the month as number with a leading zero (01-12) # MMM the abbreviated localized month name (e.g. 'Jan' to 'Dec').