mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +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(
|
||||
'caption' => lang('Delete'),
|
||||
'group' => ++$group,
|
||||
'confirm' => 'Delete these shares?',
|
||||
'confirm' => lang('Delete these shares?'),
|
||||
),
|
||||
);
|
||||
return $actions;
|
||||
|
Loading…
Reference in New Issue
Block a user