Monotone-Parent: e050f8546ce00df9b723f68940ffbabbf98553ce

Monotone-Revision: 8247ee1aea2d7155ebcb02100eb79a881ce80c12

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-12T21:05:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-12 21:05:58 +00:00
parent 419460bce9
commit 848ea24589
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ function validateEditorInput(sender) {
errortext = errortext + labels.error_missingrecipients + "\n";
if (errortext.length > 0) {
alert(labels.error_validationfailed + ":\n" + errortext);
alert(labels.error_validationfailed.decodeEntities() + ":\n"
+ errortext.decodeEntities());
return false;
}
return true;