Improved message about removing ad descriptions master origin/HEAD origin/master
authorGusa <gu.martinm@gmail.com>
Mon, 17 Dec 2012 20:35:53 +0000 (21:35 +0100)
committerGusa <gu.martinm@gmail.com>
Mon, 17 Dec 2012 20:35:53 +0000 (21:35 +0100)
apps/companyfront/modules/ad/templates/_form.php

index 8d173d3..27dc137 100644 (file)
@@ -45,8 +45,8 @@
             });
             if (checkedBoxes == checkBoxes) {
                 alert('The system always keeps one description for one ad even if you try to remove all of them. \n' +
-                      'If you want to remove completely an ad you may do it from the Ads Index Web Page \n' +
-                      'or just press the Back to list button which you can find on the bottom of this page.');
+                      'If you want to remove an ad you may do it from the "Ads Index Web Page". \n\n' +
+                      'The "Back to list" button, which you can find on the bottom of this page will take you to the "Ads Index Web Page".');
             }
         });
     });