Break text to fit in dialog.
This commit is contained in:
parent
1f409ec524
commit
33c802dcaa
1 changed files with 1 additions and 1 deletions
|
@ -1281,7 +1281,7 @@ Contacts={
|
|||
},
|
||||
Addressbooks:{
|
||||
droptarget:undefined,
|
||||
droptext:t('contacts', 'Drop a VCF file to import contacts.'),
|
||||
droptext:t('contacts', 'Drop a VCF file<br />to import contacts.'),
|
||||
overview:function(){
|
||||
if($('#chooseaddressbook_dialog').dialog('isOpen') == true){
|
||||
$('#chooseaddressbook_dialog').dialog('moveToTop');
|
||||
|
|
Loading…
Reference in a new issue