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

Commit c292e89

Browse files
committed
Merge pull request #9835 from Jacse/master
Simple fix for #9528
2 parents 3f38df7 + b4d50f0 commit c292e89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/language/CodeInspection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ define(function (require, exports, module) {
553553
}
554554
}
555555

556-
/** Command to go to the first Error/Warning */
556+
/** Command to go to the first Problem */
557557
function handleGotoFirstProblem() {
558558
run();
559559
if (_gotoEnabled) {

src/nls/root/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ define({
394394
"CMD_QUICK_OPEN" : "Quick Open",
395395
"CMD_GOTO_LINE" : "Go to Line",
396396
"CMD_GOTO_DEFINITION" : "Quick Find Definition",
397-
"CMD_GOTO_FIRST_PROBLEM" : "Go to First Error/Warning",
397+
"CMD_GOTO_FIRST_PROBLEM" : "Go to First Problem",
398398
"CMD_TOGGLE_QUICK_EDIT" : "Quick Edit",
399399
"CMD_TOGGLE_QUICK_DOCS" : "Quick Docs",
400400
"CMD_QUICK_EDIT_PREV_MATCH" : "Previous Match",

0 commit comments

Comments
 (0)