File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 19
19
<ColumnDefinition />
20
20
</Grid .ColumnDefinitions>
21
21
<TextBlock FontSize =" 14" Grid.Row=" 0" Grid.Column=" 1" VerticalAlignment =" Center"
22
- HorizontalAlignment =" Left" Text =" {DynamicResource actionKeywords }" />
22
+ HorizontalAlignment =" Left" Text =" {DynamicResource currentActionKeywords }" />
23
23
<TextBlock x : Name =" tbOldActionKeyword" Grid.Row=" 0" Grid.Column=" 1" Margin =" 170 10 10 10" FontSize =" 14"
24
24
VerticalAlignment =" Center" HorizontalAlignment =" Left" />
25
25
Original file line number Diff line number Diff line change 41
41
<system : String x : Key =" browserMorePlugins" >Find more plugins</system : String >
42
42
<system : String x : Key =" disable" >Disable</system : String >
43
43
<system : String x : Key =" actionKeywords" >Action keyword:</system : String >
44
+ <system : String x : Key =" currentActionKeywords" >Current action keyword:</system : String >
44
45
<system : String x : Key =" newActionKeyword" >New action keyword:</system : String >
45
46
<system : String x : Key =" pluginDirectory" >Plugin Directory</system : String >
46
47
<system : String x : Key =" author" >Author</system : String >
You can’t perform that action at this time.
0 commit comments