Skip to content

Commit 722d1f0

Browse files
committed
Rename- description strings
1 parent acdea86 commit 722d1f0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private void OnStartup(object sender, StartupEventArgs e)
5050
{
5151
_portable.PreStartCleanUpAfterPortabilityUpdate();
5252

53-
Log.Info("|App.OnStartup|Begin Flow.Launcher startup ----------------------------------------------------");
53+
Log.Info("|App.OnStartup|Begin Flow Launcher startup ----------------------------------------------------");
5454
Log.Info($"|App.OnStartup|Runtime info:{ErrorReporting.RuntimeInfo()}");
5555
RegisterAppDomainExceptions();
5656
RegisterDispatcherUnhandledException();
@@ -91,7 +91,7 @@ private void OnStartup(object sender, StartupEventArgs e)
9191
AutoUpdates();
9292

9393
_mainVM.MainWindowVisibility = _settings.HideOnStartup ? Visibility.Hidden : Visibility.Visible;
94-
Log.Info("|App.OnStartup|End Flow.Launcher startup ---------------------------------------------------- ");
94+
Log.Info("|App.OnStartup|End Flow Launcher startup ---------------------------------------------------- ");
9595
});
9696
}
9797

Flow.Launcher/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
88
xmlns:converters="clr-namespace:Flow.Launcher.Converters"
99
mc:Ignorable="d"
10-
Title="Flow.Launcher"
10+
Title="Flow Launcher"
1111
Topmost="True"
1212
SizeToContent="Height"
1313
ResizeMode="NoResize"

Plugins/Flow.Launcher.Plugin.Calculator/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ID": "CEA0FDFC6D3B4085823D60DC76F28855",
33
"ActionKeyword": "*",
44
"Name": "Calculator",
5-
"Description": "Provide mathematical calculations.(Try 5*3-2 in Flow.Launcher)",
5+
"Description": "Provide mathematical calculations.(Try 5*3-2 in Flow Launcher)",
66
"Author": "cxfksword",
77
"Version": "1.0.0",
88
"Language": "csharp",

Plugins/Flow.Launcher.Plugin.Color/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ID": "9B36CE6181FC47FBB597AA2C29CD9B0A",
33
"ActionKeyword": "*",
44
"Name": "Colors",
5-
"Description": "Provide hex color preview.(Try #000 in Flow.Launcher)",
5+
"Description": "Provide hex color preview.(Try #000 in Flow Launcher)",
66
"Author": "qianlifeng",
77
"Version": "1.0.0",
88
"Language": "csharp",

Plugins/Flow.Launcher.Plugin.PluginManagement/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ private List<Result> ResultForInstallPlugin(Query query)
130130
}
131131
catch (JsonSerializationException e)
132132
{
133-
context.API.ShowMsg("PluginManagement.ResultForInstallPlugin: Coundn't parse api search results, Please update your Flow.Launcher!");
133+
context.API.ShowMsg("PluginManagement.ResultForInstallPlugin: Coundn't parse api search results, Please update your Flow Launcher!");
134134
Log.Exception("|PluginManagement.ResultForInstallPlugin|Coundn't parse api search results, Please update your Flow Launcher!", e);
135135
return results;
136136
}

0 commit comments

Comments
 (0)