From eeed710b9c3ba8c94e0d8f81f1be35e6bf2b54bf Mon Sep 17 00:00:00 2001 From: rbuj Date: Fri, 15 Feb 2019 13:58:17 +0100 Subject: Make translatable the copyright in about dialog --- src/applet-main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/applet-main.c b/src/applet-main.c index 327becd..2ac065f 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -778,7 +778,8 @@ about_cb (GtkAction *action G_GNUC_UNUSED, gtk_show_about_dialog(NULL, "version", VERSION, - "copyright", "Copyright \xc2\xa9 2009-2010 Canonical, Ltd.\nCopyright \xc2\xa9 2011-2018 MATE developers", + "copyright", _("Copyright \xc2\xa9 2009-2010 Canonical, Ltd.\n" + "Copyright \xc2\xa9 2011-2019 MATE developers"), #ifdef INDICATOR_APPLET_APPMENU "comments", _("An applet to hold your application menus."), #endif -- cgit v1.2.1