Adjust date string

Mon, 27 Jun 2022 15:50:21 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Mon, 27 Jun 2022 15:50:21 +0300
changeset 273
57952c5ca59b
parent 272
9d52b119b3f5
child 274
1331aba5d36b

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"));
 }

mercurial