Skip to content

Commit 056dcb3

Browse files
committed
Change Header 'Enabled' to 'Status'
1 parent 2dc508a commit 056dcb3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<system:String x:Key="flowlauncher_plugin_program_enable">Enable</system:String>
1313
<system:String x:Key="flowlauncher_plugin_program_enabled">Enabled</system:String>
1414
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
15+
<system:String x:Key="flowlauncher_plugin_program_status">Status</system:String>
1516
<system:String x:Key="flowlauncher_plugin_program_true">Enabled</system:String>
1617
<system:String x:Key="flowlauncher_plugin_program_false">Disabled</system:String>
1718
<system:String x:Key="flowlauncher_plugin_program_location">Location</system:String>

Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
</DataTemplate>
161161
</GridViewColumn.CellTemplate>
162162
</GridViewColumn>
163-
<GridViewColumn Width="90" Header="{DynamicResource flowlauncher_plugin_program_enabled}">
163+
<GridViewColumn Width="90" Header="{DynamicResource flowlauncher_plugin_program_status}">
164164
<GridViewColumn.CellTemplate>
165165
<DataTemplate>
166166
<TextBlock TextAlignment="Left">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<!-- web search edit -->
3636
<system:String x:Key="flowlauncher_plugin_websearch_title">Title</system:String>
37-
<system:String x:Key="flowlauncher_plugin_websearch_enable">Enabled</system:String>
37+
<system:String x:Key="flowlauncher_plugin_websearch_enable">Status</system:String>
3838
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Select Icon</system:String>
3939
<system:String x:Key="flowlauncher_plugin_websearch_icon">Icon</system:String>
4040
<system:String x:Key="flowlauncher_plugin_websearch_cancel">Cancel</system:String>

0 commit comments

Comments
 (0)