diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index 2098587018e..ee0469f3d64 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -180,10 +180,10 @@ define({ "CMD_INDENT" : "Indent", "CMD_UNINDENT" : "Unindent", "CMD_DUPLICATE" : "Duplicate", - "CMD_DELETE_LINES" : "Delete Line(s)", - "CMD_COMMENT" : "Comment/Uncomment Lines", - "CMD_LINE_UP" : "Move Line(s) Up", - "CMD_LINE_DOWN" : "Move Line(s) Down", + "CMD_DELETE_LINES" : "Delete Line", + "CMD_COMMENT" : "Toggle Line Comment", + "CMD_LINE_UP" : "Move Line Up", + "CMD_LINE_DOWN" : "Move Line Down", // View menu commands "VIEW_MENU" : "View",