Skip to content

Commit 907d683

Browse files
committed
Add warning for auto quick switch & Improve strings with Explorer
1 parent e85b4ed commit 907d683

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,11 @@
307307
<system:String x:Key="showBadgesGlobalOnly">Show Result Badges for Global Query Only</system:String>
308308
<system:String x:Key="showBadgesGlobalOnlyToolTip">Show badges for global query results only</system:String>
309309
<system:String x:Key="quickSwitchHotkey">Quick Switch</system:String>
310-
<system:String x:Key="quickSwitchHotkeyToolTip">Enter shortcut to quickly navigate the path of a file dialog to the path of the current Explorer.</system:String>
310+
<system:String x:Key="quickSwitchHotkeyToolTip">Enter shortcut to quickly navigate the path of a file dialog to the path of the current file manager.</system:String>
311311
<system:String x:Key="quickSwitch">Quick Switch</system:String>
312-
<system:String x:Key="quickSwitchToolTip">Quickly navigate to the path of the current Explorer when a file dialog is opened.</system:String>
312+
<system:String x:Key="quickSwitchToolTip">Quickly navigate to the path of the current file manager when a file dialog is opened.</system:String>
313313
<system:String x:Key="autoQuickSwitch">Quick Switch Automatically</system:String>
314-
<system:String x:Key="autoQuickSwitchToolTip">Automatically navigate to the path of the current Explorer when a file dialog is opened.</system:String>
314+
<system:String x:Key="autoQuickSwitchToolTip">Automatically navigate to the path of the current file manager when a file dialog is opened. (It can possibly cause dialog apps force close)</system:String>
315315
<system:String x:Key="showQuickSwitchWindow">Show Quick Switch Window</system:String>
316316
<system:String x:Key="showQuickSwitchWindowToolTip">Show quick switch search window when file dialogs are opened to navigate its path (Only work for file open dialog).</system:String>
317317
<system:String x:Key="quickSwitchWindowPosition">Quick Switch Window Position</system:String>

0 commit comments

Comments
 (0)