summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-20 12:46:11 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-20 12:46:52 (EST)
commit6e0a665587b36934962dde67be06d12dd1a95e32 (patch)
tree07c54f0782b53668a324db7c41b7ddbf6a231771
parent5cfad5f0add4922eb37b289b13692461293deb8e (diff)
downloadmarquee-6e0a665587b36934962dde67be06d12dd1a95e32.zip
marquee-6e0a665587b36934962dde67be06d12dd1a95e32.tar.gz
marquee-6e0a665587b36934962dde67be06d12dd1a95e32.tar.bz2
about(:version): Add translators comment
-rw-r--r--src/schemes/about/version.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/schemes/about/version.c b/src/schemes/about/version.c
index 5d05daa..92015c7 100644
--- a/src/schemes/about/version.c
+++ b/src/schemes/about/version.c
@@ -53,6 +53,9 @@ mq_about_version_response(MqApplication G_GNUC_UNUSED *application,
/* TODO: Comments */
/* TODO: Web site link */
mq_html_p_free(g_strdup_printf(
+ /* TRANSLATORS: "&copy;" is an
+ * HTML entity. Do not
+ * translate. */
_("Copyright &copy; %s %s"),
"2017", "Patrick McDermott")),
mq_html_p(_("This program comes with "