From d84c34d38dfac47b970de02c6399710aaae306c5 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas <stefano@karapetsas.com> Date: Wed, 11 Jul 2012 14:45:56 +0200 Subject: fix wrong app name --- src/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions.c b/src/actions.c index bdecd6b..5ba9609 100644 --- a/src/actions.c +++ b/src/actions.c @@ -847,7 +847,7 @@ activate_action_about (GtkAction *action, "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_("Engrampar is distributed in the hope that it will be useful, " + N_("Engrampa 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."), -- cgit v1.2.1