Skip to content

Commit 564349c

Browse files
committed
Change Actionkeyword hardcoded tooltip to string
1 parent 3f1f23b commit 564349c

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
@@ -60,6 +60,7 @@
6060
<system:String x:Key="actionKeywords">Action keyword</system:String>
6161
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
6262
<system:String x:Key="newActionKeyword">New action keyword</system:String>
63+
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
6364
<system:String x:Key="currentPriority">Current Priority</system:String>
6465
<system:String x:Key="newPriority">New Priority</system:String>
6566
<system:String x:Key="priority">Priority</system:String>

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@
10741074
Cursor="Hand"
10751075
DockPanel.Dock="Right"
10761076
FontWeight="Bold"
1077-
ToolTip="Change Action Keywords"
1077+
ToolTip="{DynamicResource actionKeywordsTooltip}"
10781078
Visibility="{Binding ActionKeywordsVisibility}" />
10791079
</DockPanel>
10801080

0 commit comments

Comments
 (0)