forked from extern/egroupware
allways use "About EGroupware", as about is not any more application specific
This commit is contained in:
parent
718264c6e7
commit
ff1c3b9be1
@ -595,7 +595,7 @@ abstract class egw_framework
|
|||||||
}
|
}
|
||||||
|
|
||||||
// We handle this here becuase its special
|
// 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']['url'] = egw::link('/about.php','app='.$app);
|
||||||
$apps['about']['icon'] = common::image('phpgwapi',Array('about','nonav'));
|
$apps['about']['icon'] = common::image('phpgwapi',Array('about','nonav'));
|
||||||
|
Loading…
Reference in New Issue
Block a user