From 2fd2e2aa256f9b4d715fcdfb94f8d159bf582b36 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 25 Nov 2017 00:39:01 -0500 Subject: main(): Add translators comment --- 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 " -- cgit v0.9.1