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

Simple fix for #9528 #9835

Merged
merged 2 commits into from
Nov 21, 2014
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/language/CodeInspection.js
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ define(function (require, exports, module) {
}
}

/** Command to go to the first Error/Warning */
/** Command to go to the first Problem */
function handleGotoFirstProblem() {
run();
if (_gotoEnabled) {
Expand Down
2 changes: 1 addition & 1 deletion src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ define({
"CMD_QUICK_OPEN" : "Quick Open",
"CMD_GOTO_LINE" : "Go to Line",
"CMD_GOTO_DEFINITION" : "Quick Find Definition",
"CMD_GOTO_FIRST_PROBLEM" : "Go to First Error/Warning",
"CMD_GOTO_FIRST_PROBLEM" : "Go to First Problem",
"CMD_TOGGLE_QUICK_EDIT" : "Quick Edit",
"CMD_TOGGLE_QUICK_DOCS" : "Quick Docs",
"CMD_QUICK_EDIT_PREV_MATCH" : "Previous Match",
Expand Down