Mon, 27 Jun 2022 15:50:21 +0300
Adjust date string
src/version.cpp | file | annotate | diff | comparison | revisions |
--- a/src/version.cpp Mon Jun 27 15:46:12 2022 +0300 +++ b/src/version.cpp Mon Jun 27 15:50:21 2022 +0300 @@ -58,5 +58,5 @@ QString revisionDateString() { const QDateTime dt = QDateTime::fromSecsSinceEpoch(HG_DATE_TIME); - return dt.toString(QObject::tr("d MMMM yyyy")); + return dt.toString(QObject::tr("d MMM yyyy")); }