Skip to content

Commit dd9cb2f

Browse files
committed
update display text to be more aligned with functionality
1 parent 48fb0dc commit dd9cb2f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<system:String x:Key="browserMorePlugins">Find more plugins</system:String>
4747
<system:String x:Key="enable">Enable</system:String>
4848
<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>
5050
<system:String x:Key="currentActionKeywords">Current action keyword:</system:String>
5151
<system:String x:Key="newActionKeyword">New action keyword:</system:String>
5252
<system:String x:Key="currentPriority">Current Priority:</system:String>

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ async Task QueryTask(PluginPair plugin)
567567
}
568568
}
569569

570-
571570
private void RemoveOldQueryResults(Query query)
572571
{
573572
if (_lastQuery.ActionKeyword != query.ActionKeyword)
@@ -711,7 +710,6 @@ public void UpdateResultView(IEnumerable<ResultsForUpdate> resultsForUpdates)
711710
}
712711
#endif
713712

714-
715713
foreach (var metaResults in resultsForUpdates)
716714
{
717715
foreach (var result in metaResults.Results)

0 commit comments

Comments
 (0)