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

Commit

Permalink
Merge pull request #9835 from Jacse/master
Browse files Browse the repository at this point in the history
Simple fix for #9528
  • Loading branch information
RaymondLim committed Nov 21, 2014
2 parents 3f38df7 + b4d50f0 commit c292e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -394,7 +394,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

0 comments on commit c292e89

Please sign in to comment.