diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-06-07 20:27:53 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-07 20:29:15 +0200 |
commit | 33c802dcaa77a1e30a8ca5223be817f81679747e (patch) | |
tree | 321a002f1172aa8b9bf3ddaeb5f1ef38668fc561 /apps/contacts/js | |
parent | 1f409ec524c86570f8d4755f95789e1c0f149190 (diff) | |
download | nextcloud-server-33c802dcaa77a1e30a8ca5223be817f81679747e.tar.gz nextcloud-server-33c802dcaa77a1e30a8ca5223be817f81679747e.zip |
Break text to fit in dialog.
Diffstat (limited to 'apps/contacts/js')
-rw-r--r-- | apps/contacts/js/contacts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 6c9c1a52626..35d4a4a216d 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/js/contacts.js @@ -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'); |