summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-25 00:39:01 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-25 00:39:01 (EST)
commit2fd2e2aa256f9b4d715fcdfb94f8d159bf582b36 (patch)
tree26097b72b79eb555368790adc75004501149b3dd
parent6319ba035feb1ab5f022b30f19ada6ade71b3643 (diff)
downloadmarquee-2fd2e2aa256f9b4d715fcdfb94f8d159bf582b36.zip
marquee-2fd2e2aa256f9b4d715fcdfb94f8d159bf582b36.tar.gz
marquee-2fd2e2aa256f9b4d715fcdfb94f8d159bf582b36.tar.bz2
main(): Add translators comment
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 73d2672..d949d8b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -78,6 +78,8 @@ main(int argc, char *argv[])
if (G_UNLIKELY(opt_version)) {
g_print("%s %s%s\n", PACKAGE_NAME, PACKAGE_VERSION,
PACKAGE_VERSION_GIT);
+ /* TRANSLATORS: The "%s" conversion specifications are the
+ copyright year(s) and copyright holder(s), respectively. */
g_print(_("Copyright (C) %s %s\n"),
"2017", "Patrick McDermott");
g_print(_("License GPLv3+: GNU GPL version 3 or later "