summaryrefslogtreecommitdiff
path: root/command/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command/command.c')
-rw-r--r--command/command.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/command/command.c b/command/command.c
index 7e147f69..67bc5de6 100644
--- a/command/command.c
+++ b/command/command.c
@@ -104,14 +104,11 @@ command_about_callback (GtkAction *action, CommandApplet *command_applet)
{
const char* authors[] = { "Stefano Karapetsas <[email protected]>", NULL };
- char copyright[] = \
- "Copyright \xc2\xa9 2015-2018 MATE developers\n"
- "Copyright \xc2\xa9 2013-2014 Stefano Karapetsas";
-
gtk_show_about_dialog(NULL,
"title", _("About Command Applet"),
"version", VERSION,
- "copyright", copyright,
+ "copyright", _("Copyright \xc2\xa9 2013-2014 Stefano Karapetsas\n"
+ "Copyright \xc2\xa9 2015-2019 MATE developers"),
"authors", authors,
"comments", _("Shows the output of a command"),
"translator-credits", _("translator-credits"),