mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-13 18:17:07 +02:00
Fix various missing translations, found by Stefan Unverricht
This commit is contained in:
@ -1246,7 +1246,7 @@ app.classes.filemanager = AppJS.extend(
|
||||
successful = document.execCommand('copy');
|
||||
if (successful)
|
||||
{
|
||||
egw.message('WebDav link copied into clipboard');
|
||||
egw.message(this.egw.lang('WebDav link copied into clipboard'));
|
||||
window.getSelection().removeAllRanges();
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user