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

@@ -36,7 +36,7 @@ RED.sidebar.info = (function() {
function show() {
if (!RED.sidebar.containsTab("info")) {
RED.sidebar.addTab("info",content,false);
RED.sidebar.addTab(RED._("sidebar.info"),content,false);
}
RED.sidebar.show("info");
}