Skip to content

export-dialog: Replace %e with %-d in the default folder name

Debarshi Ray requested to merge origin/wip/piotrdrag/removespace into master

%e is the day of the month, with a space preceding single digits. %d is two-digit day of the month with leading zeros, but the “-” modifier removes leading zeros.

Closes: #65 (closed)

Merge request reports