Skip to content

Commit eeed710

Browse files
rbujraveit65
authored andcommitted
Make translatable the copyright in about dialog
1 parent 2f1123a commit eeed710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/applet-main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,8 @@ about_cb (GtkAction *action G_GNUC_UNUSED,
778778

779779
gtk_show_about_dialog(NULL,
780780
"version", VERSION,
781-
"copyright", "Copyright \xc2\xa9 2009-2010 Canonical, Ltd.\nCopyright \xc2\xa9 2011-2018 MATE developers",
781+
"copyright", _("Copyright \xc2\xa9 2009-2010 Canonical, Ltd.\n"
782+
"Copyright \xc2\xa9 2011-2019 MATE developers"),
782783
#ifdef INDICATOR_APPLET_APPMENU
783784
"comments", _("An applet to hold your application menus."),
784785
#endif

0 commit comments

Comments
 (0)