From ca1fdf47b8b5de49d442c4e392625260af7317d0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 17 Mar 2014 19:36:50 +0530 Subject: [PATCH] ... --- resources/default_tweaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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').