Skip to content

Commit b96cc7a

Browse files
committed
add colon to Priority text for consistency
1 parent 33b34f2 commit b96cc7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<system:String x:Key="newActionKeyword">New action keyword:</system:String>
5252
<system:String x:Key="currentPriority">Current Priority:</system:String>
5353
<system:String x:Key="newPriority">New Priority:</system:String>
54+
<system:String x:Key="priority">Priority:</system:String>
5455
<system:String x:Key="pluginDirectory">Plugin Directory</system:String>
5556
<system:String x:Key="author">Author</system:String>
5657
<system:String x:Key="plugin_init_time">Init time:</system:String>

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
Text="{Binding PluginPair.Metadata.Description}"
181181
Grid.Row="1" Opacity="0.5" Grid.Column="2" />
182182
<DockPanel Grid.ColumnSpan="2" Grid.Row="2" Margin="0 10 0 8" HorizontalAlignment="Right">
183-
<TextBlock Text="Priority" Margin="15,0,0,0" MaxWidth="100"/>
183+
<TextBlock Text="{DynamicResource priority}" Margin="15,0,0,0" MaxWidth="100"/>
184184
<TextBlock Text="{Binding Priority}"
185185
ToolTip="Change Plugin Results Priority"
186186
Margin="5 0 0 0" Cursor="Hand" Foreground="Blue"

0 commit comments

Comments
 (0)