Missing translations from Stefan Unverricht

This commit is contained in:
nathangray
2018-09-13 14:26:54 -06:00
parent 752138cc16
commit cabbacf229
6 changed files with 6 additions and 3 deletions

View File

@ -504,7 +504,7 @@ var et2_avatar = (function(){ "use strict"; return et2_image.extend(
}
}).sendRequest();
}
}, egw.lang('Delete this photo?'), 'Delete', null, et2_dialog.BUTTONS_YES_NO);
}, egw.lang('Delete this photo?'), egw.lang('Delete'), null, et2_dialog.BUTTONS_YES_NO);
})
.appendTo(eml);
if (_noDelete) del.hide();