diff options
author | rbuj <[email protected]> | 2019-02-15 13:58:17 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-20 16:48:23 +0100 |
commit | eeed710b9c3ba8c94e0d8f81f1be35e6bf2b54bf (patch) | |
tree | 7894b33875be6e454c467d161e8ccc3539efa906 /src | |
parent | 2f1123ae901559ada32a538f0fdb5bf0d5290b9d (diff) | |
download | mate-indicator-applet-eeed710b9c3ba8c94e0d8f81f1be35e6bf2b54bf.tar.bz2 mate-indicator-applet-eeed710b9c3ba8c94e0d8f81f1be35e6bf2b54bf.tar.xz |
Make translatable the copyright in about dialog
Diffstat (limited to 'src')
-rw-r--r-- | src/applet-main.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |