diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-25 00:39:01 (EST) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-25 00:39:01 (EST) |
commit | 2fd2e2aa256f9b4d715fcdfb94f8d159bf582b36 (patch) | |
tree | 26097b72b79eb555368790adc75004501149b3dd | |
parent | 6319ba035feb1ab5f022b30f19ada6ade71b3643 (diff) | |
download | marquee-2fd2e2aa256f9b4d715fcdfb94f8d159bf582b36.zip marquee-2fd2e2aa256f9b4d715fcdfb94f8d159bf582b36.tar.gz marquee-2fd2e2aa256f9b4d715fcdfb94f8d159bf582b36.tar.bz2 |
main(): Add translators comment
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 " |