diff options
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/actions.c b/src/actions.c index 01c2f5b..4cd346d 100644 --- a/src/actions.c +++ b/src/actions.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2004 Free Software Foundation, Inc. * @@ -833,7 +833,9 @@ activate_action_about (GtkAction *action, { FrWindow *window = data; const char *authors[] = { - "Paolo Bacchilega <[email protected]>", NULL + "Paolo Bacchilega <[email protected]>", + "Perberos <[email protected]>", + NULL }; const char *documenters [] = { "Alexander Kirillov", @@ -841,16 +843,16 @@ activate_action_about (GtkAction *action, NULL }; const char *license[] = { - N_("File Roller is free software; you can redistribute it and/or modify " + N_("Engrampa is free software; you can redistribute it and/or modify " "it under the terms of the GNU General Public License as published by " "the Free Software Foundation; either version 2 of the License, or " "(at your option) any later version."), - N_("File Roller is distributed in the hope that it will be useful, " + N_("Engrampar is distributed in the hope that it will be useful, " "but WITHOUT ANY WARRANTY; without even the implied warranty of " "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the " "GNU General Public License for more details."), N_("You should have received a copy of the GNU General Public License " - "along with File Roller; if not, write to the Free Software Foundation, Inc., " + "along with Engrampa; if not, write to the Free Software Foundation, Inc., " "51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA") }; char *license_text; |