Fix various missing translations, found by Stefan Unverricht

This commit is contained in:
nathangray
2017-11-29 09:58:01 -07:00
parent e88afc07d0
commit ad6c143059
5 changed files with 12 additions and 3 deletions

View File

@ -490,6 +490,7 @@ var et2_dialog = (function(){ "use strict"; return et2_widget.extend(
},
close: jQuery.proxy(function() {this.destroy();},this),
beforeClose: this.options.beforeClose,
closeText: this.egw().lang('close'),
position: {my:this.options.position, at:this.options.position, of:window}
});
}