Bug 1163343 - Incorrectly formatted error message 'sending failed', r=neil

This commit is contained in:
R Kent James 2015-05-13 15:34:58 -07:00
Родитель 09ad7c36c0
Коммит d22bbf4e24
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -103,6 +103,6 @@ const char16_t* errorStringNameForErrorCode(nsresult aCode)
case NS_ERROR_ILLEGAL_LOCALPART:
return MOZ_UTF16("illegalLocalPart");
default:
return MOZ_UTF16("smtpSendFailedUnknownReason");
return MOZ_UTF16("sendFailed");
}
}