mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Fix various missing translations, found by Stefan Unverricht
This commit is contained in:
@ -444,8 +444,8 @@ var et2_avatar = (function(){ "use strict"; return et2_image.extend(
|
||||
.addClass('emlEdit')
|
||||
.click(function(){
|
||||
var buttons = [
|
||||
{"button_id": 1,"text": 'save', id: 'save', image: 'check', "default":true},
|
||||
{"button_id": 0,"text": 'cancel', id: 'cancel', image: 'cancelled'}
|
||||
{"button_id": 1,"text": self.egw().lang('save'), id: 'save', image: 'check', "default":true},
|
||||
{"button_id": 0,"text": self.egw().lang('cancel'), id: 'cancel', image: 'cancelled'}
|
||||
];
|
||||
var dialog = function(_title, _value, _buttons, _egw_or_appname)
|
||||
{
|
||||
|
Reference in New Issue
Block a user