Skip to content

Commit 2195bbf

Browse files
committed
correction: "shall Jump" -> "shall jump"
1 parent 5554269 commit 2195bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NppExec/src/DlgConsoleOutputFilter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static const TCHAR* const cszQuickReference_Mask =
6363
static const TCHAR* const cszQuickReference_HighLight =
6464
_T("Use wildcard characters in the edit boxes:\t* (asterisk) matches any 0 or more characters\t\t") \
6565
_T("\t\t\t\t\t\t\t? (question mark) matches any single character\r\n") \
66-
_T("You can also use the following Keywords:\t%LINE% or %L% line in the file to which it shall Jump\r\n") \
66+
_T("You can also use the following Keywords:\t%LINE% or %L% line in the file to which it shall jump\r\n") \
6767
_T("\t\t\t\t\t%CHAR% or %C% character position in the line to jump\r\n") \
6868
_T("\t\t\t\t\t%FILE% or %F% relative or absolute file name (..\\..\\directory\\file.ext)\r\n") \
6969
_T("\t\t\t\t\t%ABSFILE% or %A% absolute file name (C:\\directory\\file.ext)\r\n") \

0 commit comments

Comments
 (0)