diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/calcurse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h index 3efde84..5e14b80 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -318,7 +318,7 @@ enum datefmt { (datefmt == DATEFMT_YYYYMMDD ? _("yyyy/mm/dd") : _("yyyy-mm-dd")))) /* Day heading default format. */ -#define DAY_HEADING_DEFAULT "%B %-d, %Y" +#define DAY_HEADING_DEFAULT "%B %e, %Y" /* * Calcurse representation of the date of a day in the calendar. |