allways use "About EGroupware", as about is not any more application specific

This commit is contained in:
Ralf Becker 2010-06-04 12:43:35 +00:00
parent 718264c6e7
commit ff1c3b9be1

View File

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