Skip to content

Commit 1ffd1f7

Browse files
authored
Fix LT-21427: Clear Parser Analyses needs to say for this word (#357)
1 parent 33129fc commit 1ffd1f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DistFiles/Language Explorer/Configuration/Words/areaConfiguration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<command id="CmdTryAWord" label="_Try a Word..." icon="tryAWord" message="TryAWord"/>
1616
<command id="CmdParseCurrentWord" label="Parse _Current Word" message="ParseCurrentWord"/>
1717
<command id="CmdParseWordsInCurrentText" label="Parse Words in Te_xt" message="ParseWordsInCurrentText"/>
18-
<command id="CmdClearSelectedWordParserAnalyses" label="Clear Current Parser _Analyses" message="ClearSelectedWordParserAnalyses"/>
18+
<command id="CmdClearSelectedWordParserAnalyses" label="Clear Current Word's Parser _Analyses" message="ClearSelectedWordParserAnalyses"/>
1919
<command id="CmdReInitializeParser" label="Re_load Grammar / Lexicon" message="ReInitParser" tooltip="Reloads data from the Grammar and Lexicon, so the parser uses your latest changes."/>
2020
<command id="CmdCheckParserOnCurrentText" label="On Current Text" message="CheckParserOnCurrentText" tooltip="Checks parser on currrent text and reports results."/>
2121
<command id="CmdCheckParserOnGenre" label="On Genre" message="CheckParserOnGenre" tooltip="Checks parser on texts in the selected genre and reports results."/>

0 commit comments

Comments
 (0)