mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Slightly better language for remove default action
This commit is contained in:
parent
f30cbdeb9e
commit
022777d39a
@ -472,7 +472,7 @@ class home_ui
|
||||
}
|
||||
$actions['remove_default_'.$location] = array(
|
||||
'type' => 'popup',
|
||||
'caption' => lang('Remove default %1',is_numeric($location) ? accounts::id2name($location) : $location),
|
||||
'caption' => lang('Remove as default for %1',is_numeric($location) ? accounts::id2name($location,'account_fullname') : $location),
|
||||
'onExecute' => 'javaScript:app.home.set_default',
|
||||
'group' => 'Admins',
|
||||
'portlet_group' => $location
|
||||
|
Loading…
Reference in New Issue
Block a user