diff --git a/mailnews/compose/resources/content/MsgComposeCommands.js b/mailnews/compose/resources/content/MsgComposeCommands.js index 554a9dcccb90..931de248a412 100644 --- a/mailnews/compose/resources/content/MsgComposeCommands.js +++ b/mailnews/compose/resources/content/MsgComposeCommands.js @@ -1550,7 +1550,7 @@ function ComposeLoad() catch (ex) { var errorTitle = sComposeMsgsBundle.getString("initErrorDlogTitle"); var errorMsg = sComposeMsgsBundle.getFormattedString("initErrorDlogMessage", - [ex]); + [""]); if (gPromptService) gPromptService.alert(window, errorTitle, errorMsg); else