diff options
author | Stefano Karapetsas <[email protected]> | 2011-11-30 02:14:49 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-11-30 02:14:49 +0100 |
commit | 38968c052d6cee9eb9449f994de57814c87ea77d (patch) | |
tree | 038a5ca2adb108c824ef07531d9b5d277858fb8d /src/actions.c | |
parent | 21b3ff82393313b00f352c84cdd21c40fb84e27e (diff) | |
download | engrampa-38968c052d6cee9eb9449f994de57814c87ea77d.tar.bz2 engrampa-38968c052d6cee9eb9449f994de57814c87ea77d.tar.xz |
many renames from file-roller to engrampa
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; |