Skip to content

Commit 7e2a3bc

Browse files
committed
Adjust Content
1 parent fb60c5b commit 7e2a3bc

File tree

5 files changed

+289
-262
lines changed

5 files changed

+289
-262
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@
237237
<system:String x:Key="Welcome_Page1_Text01">Hello, It's your first time to run a Flow Launcher!</system:String>
238238
<system:String x:Key="Welcome_Page1_Text02">Before starting, proceed with a simple setting. Surely, You can skip. Please choose the language you use.</system:String>
239239
<system:String x:Key="Welcome_Page2_Title">Search and run everything in everywhere</system:String>
240-
<system:String x:Key="Welcome_Page2_Text01">To start Flow, start with the hotkey below. To change, select input and press the wanted hotkey in keyboard.</system:String>
240+
<system:String x:Key="Welcome_Page2_Text01">Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse.</system:String>
241+
<system:String x:Key="Welcome_Page2_Text02">To start Flow, start with the hotkey below. To change, select input and press the wanted hotkey in keyboard.</system:String>
241242
<system:String x:Key="Welcome_Page3_Title">Hotkeys</system:String>
242243
<system:String x:Key="Welcome_Page4_Title">Action Keyword and Commands</system:String>
243244
<system:String x:Key="Welcome_Page4_Text01">You can search the web or run various functions. Certain functions start with the expression action keyword, and if necessary, they can be used without action keywords. Try these queries in Flow Launcher.</system:String>
@@ -255,5 +256,6 @@
255256
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
256257
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
257258
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
259+
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
258260

259261
</ResourceDictionary>

Flow.Launcher/Resources/Pages/WelcomePage2.xaml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,6 @@
8282
Stretch="Fill"
8383
Style="{DynamicResource SearchIconStyle}" />
8484
</Canvas>
85-
<!--
86-
87-
<Border Grid.Row="1" Margin="0,0,0,0">
88-
<Rectangle
89-
Width="Auto"
90-
HorizontalAlignment="Stretch"
91-
Style="{DynamicResource SeparatorStyle}"
92-
Visibility="Visible" />
93-
</Border>
94-
95-
<ContentControl Grid.Row="2">
96-
<flowlauncher:ResultListBox DataContext="{Binding PreviewResults, Mode=OneTime}" Visibility="Visible" />
97-
</ContentControl>-->
9885
</Grid>
9986
</Border>
10087
</Border>
@@ -113,6 +100,11 @@
113100
FontSize="14"
114101
Text="{DynamicResource Welcome_Page2_Text01}"
115102
TextWrapping="WrapWithOverflow" />
103+
<TextBlock
104+
Margin="0,10,0,0"
105+
FontSize="14"
106+
Text="{DynamicResource Welcome_Page2_Text02}"
107+
TextWrapping="WrapWithOverflow" />
116108
<TextBlock
117109
Margin="0,30,0,0"
118110
FontSize="14"

0 commit comments

Comments
 (0)