]> source.dussan.org Git - nextcloud-server.git/commitdiff
Break text to fit in dialog.
authorThomas Tanghus <thomas@tanghus.net>
Thu, 7 Jun 2012 18:27:53 +0000 (20:27 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Thu, 7 Jun 2012 18:29:15 +0000 (20:29 +0200)
apps/contacts/js/contacts.js

index 6c9c1a52626a73ac4ca2af33650e035c5e14dad4..35d4a4a216de156bd0575fb9adda59f5aac04520 100644 (file)
@@ -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');