File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 46
46
<system : String x : Key =" browserMorePlugins" >Find more plugins</system : String >
47
47
<system : String x : Key =" enable" >Enable</system : String >
48
48
<system : String x : Key =" disable" >Disable</system : String >
49
- <system : String x : Key =" actionKeywords" >Action keyword: </system : String >
49
+ <system : String x : Key =" actionKeywords" >Query </system : String >
50
50
<system : String x : Key =" currentActionKeywords" >Current action keyword:</system : String >
51
51
<system : String x : Key =" newActionKeyword" >New action keyword:</system : String >
52
52
<system : String x : Key =" currentPriority" >Current Priority:</system : String >
Original file line number Diff line number Diff line change @@ -567,7 +567,6 @@ async Task QueryTask(PluginPair plugin)
567
567
}
568
568
}
569
569
570
-
571
570
private void RemoveOldQueryResults ( Query query )
572
571
{
573
572
if ( _lastQuery . ActionKeyword != query . ActionKeyword )
@@ -711,7 +710,6 @@ public void UpdateResultView(IEnumerable<ResultsForUpdate> resultsForUpdates)
711
710
}
712
711
#endif
713
712
714
-
715
713
foreach ( var metaResults in resultsForUpdates )
716
714
{
717
715
foreach ( var result in metaResults . Results )
You can’t perform that action at this time.
0 commit comments