diff --git a/mailnews/compose/resources/content/MsgComposeCommands.js b/mailnews/compose/resources/content/MsgComposeCommands.js index 2bab15d7e93..f937b049a42 100644 --- a/mailnews/compose/resources/content/MsgComposeCommands.js +++ b/mailnews/compose/resources/content/MsgComposeCommands.js @@ -905,8 +905,8 @@ function AttachFile() // Get a local file, converted into URL format try { var filePicker = Components.classes["component://netscape/filespecwithui"].createInstance(); - filePicker = filePicker.QueryInterface(Components.interfaces.nsIFileSpecWithUI); - currentAttachment = filePicker.chooseFile(Bundle.GetStringFromName("&chooseFileToAttach;")); + filePicker = filePicker.QueryInterface(Components.interfaces.nsIFileSpecWithUI); + currentAttachment = filePicker.chooseFile(Bundle.GetStringFromName("chooseFileToAttach")); } catch (ex) { dump("failed to get the local file to attach\n");