From ff1c3b9be13593921c4be1a89aa3d5fb7e5f3fc5 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 4 Jun 2010 12:43:35 +0000 Subject: [PATCH] allways use "About EGroupware", as about is not any more application specific --- phpgwapi/inc/class.egw_framework.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.egw_framework.inc.php b/phpgwapi/inc/class.egw_framework.inc.php index 1e620f60eb..264fc6d13b 100644 --- a/phpgwapi/inc/class.egw_framework.inc.php +++ b/phpgwapi/inc/class.egw_framework.inc.php @@ -595,7 +595,7 @@ abstract class egw_framework } // We handle this here becuase its special - $apps['about']['title'] = lang('About %1',$app_title); + $apps['about']['title'] = lang('About %1','EGroupware'); $apps['about']['url'] = egw::link('/about.php','app='.$app); $apps['about']['icon'] = common::image('phpgwapi',Array('about','nonav'));