Skip to content

Commit 09723c2

Browse files
authored
Merge pull request #3479 from onesounds/250420-MissTypo
Fix typo
2 parents 026e934 + 31f2866 commit 09723c2

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@
142142
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
143143
<system:String x:Key="newActionKeyword">New action keyword</system:String>
144144
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
145-
<system:String x:Key="pluginSearchDelayTime">Plugin seach delay time</system:String>
146-
<system:String x:Key="pluginSearchDelayTimeTooltip">Change Plugin Seach Delay Time</system:String>
145+
<system:String x:Key="pluginSearchDelayTime">Plugin search delay time</system:String>
146+
<system:String x:Key="pluginSearchDelayTimeTooltip">Change Plugin Search Delay Time</system:String>
147147
<system:String x:Key="FilterComboboxLabel">Advanced Settings:</system:String>
148148
<system:String x:Key="DisplayModeOnOff">Enabled</system:String>
149149
<system:String x:Key="DisplayModePriority">Priority</system:String>
@@ -235,7 +235,7 @@
235235
<system:String x:Key="BackdropTypesAcrylic">Acrylic</system:String>
236236
<system:String x:Key="BackdropTypesMica">Mica</system:String>
237237
<system:String x:Key="BackdropTypesMicaAlt">Mica Alt</system:String>
238-
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
238+
<system:String x:Key="TypeIsDarkToolTip">This theme supports two (light/dark) modes.</system:String>
239239
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
240240
<system:String x:Key="ShowPlaceholder">Show placeholder</system:String>
241241
<system:String x:Key="ShowPlaceholderTip">Display placeholder when query is empty</system:String>
@@ -303,9 +303,8 @@
303303
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
304304
<system:String x:Key="flowlauncherPressHotkey">Press Key</system:String>
305305
<system:String x:Key="showBadges">Show Result Badges</system:String>
306-
<system:String x:Key="showBadgesToolTip">Show badges for query results where supported</system:String>
306+
<system:String x:Key="showBadgesToolTip">For supported plugins, badges are displayed to help distinguish them more easily.</system:String>
307307
<system:String x:Key="showBadgesGlobalOnly">Show Result Badges for Global Query Only</system:String>
308-
<system:String x:Key="showBadgesGlobalOnlyToolTip">Show badges for global query results only</system:String>
309308

310309
<!-- Setting Proxy -->
311310
<system:String x:Key="proxy">HTTP Proxy</system:String>

Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -740,10 +740,7 @@
740740
OffContent="{DynamicResource disable}"
741741
OnContent="{DynamicResource enable}" />
742742
</cc:ExCard.SideContent>
743-
<cc:Card
744-
Title="{DynamicResource showBadgesGlobalOnly}"
745-
Sub="{DynamicResource showBadgesGlobalOnlyToolTip}"
746-
Type="InsideFit">
743+
<cc:Card Title="{DynamicResource showBadgesGlobalOnly}" Type="InsideFit">
747744
<ui:ToggleSwitch
748745
IsOn="{Binding Settings.ShowBadgesGlobalOnly}"
749746
OffContent="{DynamicResource disable}"

Plugins/Flow.Launcher.Plugin.Program/Languages/en.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">Run As Different User</system:String>
7777
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Run As Administrator</system:String>
7878
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Open containing folder</system:String>
79-
<system:String x:Key="flowlauncher_plugin_program_disable_program">Disable this program from displaying</system:String>
79+
<system:String x:Key="flowlauncher_plugin_program_disable_program">Hide</system:String>
8080
<system:String x:Key="flowlauncher_plugin_program_open_target_folder">Open target folder</system:String>
8181

8282
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Program</system:String>

0 commit comments

Comments
 (0)