summaryrefslogtreecommitdiff
path: root/battstat/battstat_applet.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-03-13 13:42:08 +0100
committerraveit65 <[email protected]>2019-03-20 15:55:47 +0100
commite2b5737f3401f29a77c2d4aa00950e081e4ce64b (patch)
tree2f00ce1e13ea1d1f7ca8cb9ca3f5c6d9f86993c6 /battstat/battstat_applet.c
parent177f1081b3b52753bec2fbb560f40e1c9faaae52 (diff)
downloadmate-applets-e2b5737f3401f29a77c2d4aa00950e081e4ce64b.tar.bz2
mate-applets-e2b5737f3401f29a77c2d4aa00950e081e4ce64b.tar.xz
Make translatable copyright info in about dialog
Diffstat (limited to 'battstat/battstat_applet.c')
-rw-r--r--battstat/battstat_applet.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/battstat/battstat_applet.c b/battstat/battstat_applet.c
index bbb74ef5..57e426f3 100644
--- a/battstat/battstat_applet.c
+++ b/battstat/battstat_applet.c
@@ -812,11 +812,6 @@ about_cb( GtkAction *action, ProgressData *battstat )
NULL
};
- char copyright[] = \
- "Copyright \xc2\xa9 2012-2018 MATE developers\n"
- "Copyright \xc2\xa9 2002-2005 Free Software Foundation and others\n"
- "Copyright \xc2\xa9 2000 The Gnulix Society";
-
const gchar *documenters[] = {
"J\xC3\xB6rgen Pehrson <[email protected]>",
"Trevor Curtis <[email protected]>",
@@ -833,7 +828,9 @@ about_cb( GtkAction *action, ProgressData *battstat )
gtk_show_about_dialog( NULL,
"title", _("About Battery Charge Monitor"),
"version", VERSION,
- "copyright", copyright,
+ "copyright", _("Copyright \xc2\xa9 2000 The Gnulix Society\n"
+ "Copyright \xc2\xa9 2002-2005 Free Software Foundation and others\n"
+ "Copyright \xc2\xa9 2012-2019 MATE developers"),
"comments", comments,
"authors", authors,
"documenters", documenters,