Skip to content

Commit 1a6b056

Browse files
committed
Add text for current action keyword
1 parent 2209bb2 commit 1a6b056

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Flow.Launcher/ActionKeywords.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ColumnDefinition />
2020
</Grid.ColumnDefinitions>
2121
<TextBlock FontSize="14" Grid.Row="0" Grid.Column="1" VerticalAlignment="Center"
22-
HorizontalAlignment="Left" Text="{DynamicResource actionKeywords}" />
22+
HorizontalAlignment="Left" Text="{DynamicResource currentActionKeywords}" />
2323
<TextBlock x:Name="tbOldActionKeyword" Grid.Row="0" Grid.Column="1" Margin="170 10 10 10" FontSize="14"
2424
VerticalAlignment="Center" HorizontalAlignment="Left" />
2525

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<system:String x:Key="browserMorePlugins">Find more plugins</system:String>
4242
<system:String x:Key="disable">Disable</system:String>
4343
<system:String x:Key="actionKeywords">Action keyword:</system:String>
44+
<system:String x:Key="currentActionKeywords">Current action keyword:</system:String>
4445
<system:String x:Key="newActionKeyword">New action keyword:</system:String>
4546
<system:String x:Key="pluginDirectory">Plugin Directory</system:String>
4647
<system:String x:Key="author">Author</system:String>

0 commit comments

Comments
 (0)