mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Reword title and subtitle
This commit is contained in:
parent
a84e509aab
commit
0e226d7a5b
1 changed files with 2 additions and 2 deletions
|
|
@ -212,8 +212,8 @@ namespace Flow.Launcher.Core.Plugin
|
|||
{
|
||||
Result r = new()
|
||||
{
|
||||
Title = $"{metadata.Name}: {e.GetType().Name}",
|
||||
SubTitle = "ERROR: There was an error loading this plugin!",
|
||||
Title = $"{metadata.Name}: Failed to respond!",
|
||||
SubTitle = "Select this result for more info",
|
||||
IcoPath = Flow.Launcher.Infrastructure.Constant.ErrorIcon,
|
||||
PluginDirectory = metadata.PluginDirectory,
|
||||
ActionKeywordAssigned = query.ActionKeyword,
|
||||
|
|
|
|||
Loading…
Reference in a new issue