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

@@ -56,7 +56,7 @@ RED.workspaces = (function() {
RED.nodes.dirty(true);
} else {
$( "#node-dialog-delete-workspace" ).dialog('option','workspace',ws);
$( "#node-dialog-delete-workspace-name" ).text(ws.label);
$( "#node-dialog-delete-workspace-content" ).text(RED._("workspaces.deleteDialog",{label:ws.label}));
$( "#node-dialog-delete-workspace" ).dialog('open');
}
}