Added missing NLS strings to sidebar and index.mst

This commit is contained in:
Allen Boone
2015-06-04 16:39:07 -04:00
committed by Nick O'Leary
parent 9bbd6a70b8
commit 409fa49234
8 changed files with 60 additions and 42 deletions

View File

@@ -140,7 +140,7 @@
messages.id = "debug-content";
content.appendChild(messages);
RED.sidebar.addTab("debug",content);
RED.sidebar.addTab(this._("debug.sidebarTitle"),content);
function getTimestamp() {
var d = new Date();

View File

@@ -80,7 +80,8 @@
"notification": {
"activated": "Successfully activated: __label__",
"deactivated": "Successfully deactivated: __label__"
}
},
"sidebarTitle": "debug"
},
"exec": {
"spawnerr": "Spawn command must be just the command - no spaces or extra parameters",