From d6ee6155b09fb714305cad6d21ba0aa3eb38ba54 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 25 Nov 2017 00:33:55 -0500 Subject: about(:version): Remove leading "*" from TRANSLATORS comment lines xgettext copies these characters. --- diff --git a/src/schemes/about/version.c b/src/schemes/about/version.c index 92015c7..3e4f149 100644 --- a/src/schemes/about/version.c +++ b/src/schemes/about/version.c @@ -54,8 +54,8 @@ mq_about_version_response(MqApplication G_GNUC_UNUSED *application, /* TODO: Web site link */ mq_html_p_free(g_strdup_printf( /* TRANSLATORS: "©" is an - * HTML entity. Do not - * translate. */ + HTML entity. Do not + translate. */ _("Copyright © %s %s"), "2017", "Patrick McDermott")), mq_html_p(_("This program comes with " -- cgit v0.9.1