From 38968c052d6cee9eb9449f994de57814c87ea77d Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 30 Nov 2011 02:14:49 +0100 Subject: many renames from file-roller to engrampa --- src/actions.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/actions.c') 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 ", NULL + "Paolo Bacchilega ", + "Perberos ", + 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; -- cgit v1.2.1