Skip to content

Commit e020cef

Browse files
Add localization for mulit monitor support
1 parent a337c8a commit e020cef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@
3939
<system:String x:Key="dontPromptUpdateMsg">Do not show new version notifications</system:String>
4040
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
4141
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
42-
<system:String x:Key="SearchWindowScreenMouseScreen">Mouse Focused Monitor</system:String>
43-
<system:String x:Key="SearchWindowScreenPrimaryScreen">Primary Monitor</system:String>
44-
<system:String x:Key="SearchWindowScreenSecondaryScreen">Secondary Monitor</system:String>
45-
<system:String x:Key="SearchWindowScreenCustomPosition">Custom Position</system:String>
42+
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
43+
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
44+
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
45+
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
4646
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
4747
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
4848
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
4949
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
50+
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
5051
<system:String x:Key="language">Language</system:String>
5152
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
5253
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>

0 commit comments

Comments
 (0)