[Scummvm-git-logs] scummvm master -> d308600bcb299fce32c8cd6aa0a9cb124642d397
lephilousophe
noreply at scummvm.org
Sat Apr 16 13:48:13 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d308600bcb GUI: Add comment for translators
Commit: d308600bcb299fce32c8cd6aa0a9cb124642d397
https://github.com/scummvm/scummvm/commit/d308600bcb299fce32c8cd6aa0a9cb124642d397
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-04-16T15:47:47+02:00
Commit Message:
GUI: Add comment for translators
Changed paths:
gui/about.cpp
diff --git a/gui/about.cpp b/gui/about.cpp
index 56d76c5ee57..dcf1968bc9b 100644
--- a/gui/about.cpp
+++ b/gui/about.cpp
@@ -100,6 +100,7 @@ AboutDialog::AboutDialog()
version += gScummVMVersion;
_lines.push_back(version);
+ // I18N: built on <build date> with <compiler>
Common::U32String date = Common::U32String::format(_("(built on %s with %s)"), gScummVMBuildDate, gScummVMCompiler);
_lines.push_back(Common::U32String("C2") + date);
More information about the Scummvm-git-logs
mailing list