changed single Quotes to double quotes, to allow the use of single quotes in the translation, as asked by zorg-AT-probesys.com on the developers list

This commit is contained in:
Ralf Becker 2007-09-30 06:43:24 +00:00
parent 8a5b43dda5
commit 84db48756f

View File

@ -4,8 +4,8 @@
var displayFileSelectorURL ="{file_selector_url}"; var displayFileSelectorURL ="{file_selector_url}";
var composeID ="{compose_id}"; var composeID ="{compose_id}";
var activityImagePath = '{ajax-loader}'; var activityImagePath = "{ajax-loader}";
var fm_compose_langNoAddressSet = '{lang_no_address_set}'; var fm_compose_langNoAddressSet = "{lang_no_address_set}";
self.focus(); self.focus();
@ -26,7 +26,7 @@
if (tos[i].value != '') break; if (tos[i].value != '') break;
} }
if (i >= tos.length) { if (i >= tos.length) {
alert('{lang_no_recipient}'); alert("{lang_no_recipient}");
return false; return false;
} }
return true; return true;