diff options
Diffstat (limited to 'src/schemes')
-rw-r--r-- | src/schemes/about/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 " |