Skip to content

Commit 3317bab

Browse files
committed
Remove No Network Message in Noresult
1 parent 5599203 commit 3317bab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Flow.Launcher.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ Global
213213
{C21BFF9C-2C99-4B5F-B7C9-A5E6DDDB37B0}.Release|x86.ActiveCfg = Release|Any CPU
214214
{C21BFF9C-2C99-4B5F-B7C9-A5E6DDDB37B0}.Release|x86.Build.0 = Release|Any CPU
215215
{9B130CC5-14FB-41FF-B310-0A95B6894C37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
216+
{9B130CC5-14FB-41FF-B310-0A95B6894C37}.Debug|Any CPU.Build.0 = Debug|Any CPU
216217
{9B130CC5-14FB-41FF-B310-0A95B6894C37}.Debug|x64.ActiveCfg = Debug|Any CPU
217218
{9B130CC5-14FB-41FF-B310-0A95B6894C37}.Debug|x64.Build.0 = Debug|Any CPU
218219
{9B130CC5-14FB-41FF-B310-0A95B6894C37}.Debug|x86.ActiveCfg = Debug|Any CPU

Flow.Launcher/Languages/en.xaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@
6262
<!-- Setting Plugin -->
6363
<system:String x:Key="searchplugin">Search Plugin</system:String>
6464
<system:String x:Key="searchpluginToolTip">Ctrl+F to Search Plugins</system:String>
65-
<system:String x:Key="searchplugin_Noresult_Title">No results to display</system:String>
66-
<system:String x:Key="searchplugin_Noresult_Subtitle">Try another search term.</system:String>
67-
<system:String x:Key="searchplugin_Noresult_Subtitle_Network">Please check your network connection or try another search term.</system:String>
65+
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
66+
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
6867
<system:String x:Key="plugin">Plugin</system:String>
6968
<system:String x:Key="browserMorePlugins">Find more plugins</system:String>
7069
<system:String x:Key="enable">On</system:String>

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
Margin="0,20,0,4"
429429
FontWeight="Bold"
430430
Text="{DynamicResource searchplugin_Noresult_Title}" />
431-
<TextBlock Text="{DynamicResource searchplugin_Noresult_Subtitle_Network}" />
431+
<TextBlock Text="{DynamicResource searchplugin_Noresult}" />
432432
</StackPanel>
433433
</Grid>
434434
</ControlTemplate>

0 commit comments

Comments
 (0)