mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fix typo (for translation)
Missing lang() Prevented the correct translation.
This commit is contained in:
parent
dfc8b95cff
commit
9c8a159078
@ -152,7 +152,7 @@ class filemanager_shares extends filemanager_ui
|
|||||||
'delete' => array(
|
'delete' => array(
|
||||||
'caption' => lang('Delete'),
|
'caption' => lang('Delete'),
|
||||||
'group' => ++$group,
|
'group' => ++$group,
|
||||||
'confirm' => 'Delete these shares?',
|
'confirm' => lang('Delete these shares?'),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
return $actions;
|
return $actions;
|
||||||
@ -229,4 +229,4 @@ class filemanager_shares extends filemanager_ui
|
|||||||
$tpl->set_dom_id($tpl->name . ($content['nm']['admin'] ? '-admin' : ''));
|
$tpl->set_dom_id($tpl->name . ($content['nm']['admin'] ? '-admin' : ''));
|
||||||
$tpl->exec('filemanager.filemanager_shares.index', $content, $sel_options, null, $content);
|
$tpl->exec('filemanager.filemanager_shares.index', $content, $sel_options, null, $content);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user