Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix issue #1916 - Menu Name Inconsistency #1928

Merged
merged 4 commits into from
Oct 30, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down