Updated the notifications and errors to use NLS

removed errant comma
This commit is contained in:
Allen Boone
2015-05-20 16:08:20 -04:00
committed by Nick O'Leary
parent a39a26fcc2
commit 0017074d38
4 changed files with 30 additions and 14 deletions

View File

@@ -81,7 +81,7 @@ RED.comms = (function() {
};
ws.onclose = function() {
if (errornotification == null) {
errornotification = RED.notify("<b>Error</b>: Lost connection to server","error",true);
errornotification = RED.notify(RED._("notification.lostConnectionError"),"error",true);
} else if (clearErrorTimer) {
clearTimeout(clearErrorTimer);
clearErrorTimer = null;