From 971ddd64e1e48c8350cdc8646d0e58c9f973613f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 5 Apr 2025 13:06:20 +0530 Subject: [PATCH] string changes --- resources/default_tweaks.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 948c98e82a..afdb335cf0 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -143,20 +143,20 @@ sort_columns_at_startup = None # A string controlling how the publication date is displayed in the GUI # 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 'Sunday'). +# ddd the abbreviated localized day name (e.g. 'Mon' to 'Sun') +# 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'). -# MMMM the long localized month name (e.g. 'January' to 'December'). +# MMM the abbreviated localized month name (e.g. 'Jan' to 'Dec') +# MMMM the long localized month name (e.g. 'January' to 'December') # yy the year as two digit number (00-99) # yyyy the year as four digit number -# h the hours without a leading 0 (0 to 11 or 0 to 23, depending on am/pm) ' -# hh the hours with a leading 0 (00 to 11 or 00 to 23, depending on am/pm) ' -# m the minutes without a leading 0 (0 to 59) ' -# mm the minutes with a leading 0 (00 to 59) ' -# s the seconds without a leading 0 (0 to 59) ' -# ss the seconds with a leading 0 (00 to 59) ' +# h the hours without a leading 0 (0 to 11 or 0 to 23, depending on am/pm) +# hh the hours with a leading 0 (00 to 11 or 00 to 23, depending on am/pm) +# m the minutes without a leading 0 (0 to 59) +# mm the minutes with a leading 0 (00 to 59) +# s the seconds without a leading 0 (0 to 59) +# ss the seconds with a leading 0 (00 to 59) # ap use a 12-hour clock instead of a 24-hour clock, with "ap" replaced by the lowercase localized string for am or pm # AP use a 12-hour clock instead of a 24-hour clock, with "AP" replaced by the uppercase localized string for AM or PM # aP use a 12-hour clock instead of a 24-hour clock, with "ap" replaced by the localized string for am or pm