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'));