Fix missing translations reported by Stefan Unverricht

This commit is contained in:
nathangray
2019-08-27 12:04:06 -06:00
parent e6022fe2c5
commit c07a0509ce
3 changed files with 167 additions and 39 deletions

View File

@ -632,7 +632,7 @@ var et2_dataview_selectionManager = (function(){ "use strict"; return Class.exte
template: egw.webserverUrl+'/api/templates/default/long_task.xet',
message: egw.lang('Loading'),
title: egw.lang('please wait...'),
buttons: [{"button_id": et2_dialog.CANCEL_BUTTON,"text": 'cancel',id: 'dialog[cancel]',image: 'cancel'}],
buttons: [{"button_id": et2_dialog.CANCEL_BUTTON,"text": egw.lang('cancel'),id: 'dialog[cancel]',image: 'cancel'}],
width: 300
}, parent);
jQuery(dialog.template.DOMContainer).on('load', function() {