We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034e603 commit bf624f3Copy full SHA for bf624f3
src/Main.cs
@@ -21,12 +21,12 @@ public List<Result> Query(Query query)
21
return [];
22
}
23
24
- public string GetTranslatedPluginDescription()
+ public string GetTranslatedPluginTitle()
25
{
26
return Context.API.GetTranslation("flowlauncher_plugin_files_dialog_jump_plugin_name");
27
28
29
- public string GetTranslatedPluginTitle()
+ public string GetTranslatedPluginDescription()
30
31
return Context.API.GetTranslation("flowlauncher_plugin_files_dialog_jump_plugin_description");
32
0 commit comments