mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user