From 564349ca71ee4831aa98fa6623017eee4f0e3a2d Mon Sep 17 00:00:00 2001 From: DB p Date: Wed, 15 Dec 2021 03:20:41 +0900 Subject: [PATCH] Change Actionkeyword hardcoded tooltip to string --- Flow.Launcher/Languages/en.xaml | 1 + Flow.Launcher/SettingWindow.xaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index 516471ba3..73c4bb692 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -60,6 +60,7 @@ Action keyword Current action keyword New action keyword + Change Action Keywords Current Priority New Priority Priority diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 1e378cb19..a8f2ed93f 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -1074,7 +1074,7 @@ Cursor="Hand" DockPanel.Dock="Right" FontWeight="Bold" - ToolTip="Change Action Keywords" + ToolTip="{DynamicResource actionKeywordsTooltip}" Visibility="{Binding ActionKeywordsVisibility}" />