forked from extern/egroupware
Fix typo (or spelling) in title
This commit is contained in:
parent
c5d36e1834
commit
3a743f8f32
@ -191,9 +191,9 @@ app.classes.addressbook = AppJS.extend(
|
|||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Callback function to create confirm dialog for douplicates contacts
|
* Callback function to create confirm dialog for duplicates contacts
|
||||||
*
|
*
|
||||||
* @param {object} _data includes douplicats contacts information
|
* @param {object} _data includes duplicates contacts information
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
_confirmdialog_callback: function(_data)
|
_confirmdialog_callback: function(_data)
|
||||||
@ -238,7 +238,7 @@ app.classes.addressbook = AppJS.extend(
|
|||||||
{
|
{
|
||||||
content.push({"confirm":id,"name":_data.doublicates[id]});
|
content.push({"confirm":id,"name":_data.doublicates[id]});
|
||||||
}
|
}
|
||||||
confirmdialog('Douplicate warning',content,et2_dialog.BUTTONs_OK_CANCEL);
|
confirmdialog('Duplicate warning',content,et2_dialog.BUTTONs_OK_CANCEL);
|
||||||
}
|
}
|
||||||
if (typeof _data.fileas_options == 'object')
|
if (typeof _data.fileas_options == 'object')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user