Skip to content

Commit 31f2866

Browse files
committed
Adjust Badge Text and remove subtitle
1 parent 09f04bc commit 31f2866

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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}"

0 commit comments

Comments
 (0)