Skip to content

Commit f9e8139

Browse files
authored
Merge pull request #3477 from onesounds/250419-MinorStringFIx
Rename ‘Search Window Position’ to ‘Search Window Location’
2 parents 252753f + e60e117 commit f9e8139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
5959
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Hide Flow Launcher when focus is lost</system:String>
6060
<system:String x:Key="dontPromptUpdateMsg">Do not show new version notifications</system:String>
61-
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
61+
<system:String x:Key="SearchWindowPosition">Search Window Location</system:String>
6262
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
6363
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
6464
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>

Flow.Launcher/Resources/Light.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<SolidColorBrush x:Key="BasicSystemAccentColor" Color="{m:DynamicColor SystemAccentColor}" />
2424

25-
<SolidColorBrush x:Key="Color00B" Color="#CEFAFAFA" />
25+
<SolidColorBrush x:Key="Color00B" Color="#FAFAFA" />
2626
<SolidColorBrush x:Key="Color01B" Color="#f3f3f3" />
2727
<SolidColorBrush x:Key="Color02B" Color="#ffffff" />
2828
<SolidColorBrush x:Key="Color03B" Color="#e5e5e5" />

0 commit comments

Comments
 (0)