summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes_applet_callbacks.c
diff options
context:
space:
mode:
Diffstat (limited to 'stickynotes/stickynotes_applet_callbacks.c')
-rw-r--r--stickynotes/stickynotes_applet_callbacks.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/stickynotes/stickynotes_applet_callbacks.c b/stickynotes/stickynotes_applet_callbacks.c
index 8e971d7c..d0c508a8 100644
--- a/stickynotes/stickynotes_applet_callbacks.c
+++ b/stickynotes/stickynotes_applet_callbacks.c
@@ -362,11 +362,6 @@ menu_about_cb (GtkAction *action,
NULL
};
- char copyright[] = \
- "Copyright \xc2\xa9 2012-2018 MATE developers\n"
- "Copyright \xc2\xa9 2005 Davyd Madeley\n"
- "Copyright \xc2\xa9 2002-2003 Loban A Rahman";
-
static const gchar *documenters[] = {
"Loban A Rahman <[email protected]>",
"Sun GNOME Documentation Team <[email protected]>",
@@ -376,7 +371,9 @@ menu_about_cb (GtkAction *action,
gtk_show_about_dialog (NULL,
"title", _("About Sticky Notes"),
"version", VERSION,
- "copyright", copyright,
+ "copyright", _("Copyright \xc2\xa9 2002-2003 Loban A Rahman\n"
+ "Copyright \xc2\xa9 2005 Davyd Madeley\n"
+ "Copyright \xc2\xa9 2012-2019 MATE developers"),
"comments", _("Sticky Notes for the "
"MATE Desktop Environment"),
"authors", authors,