Skip to content

Commit bf624f3

Browse files
committed
Fix name & desc
1 parent 034e603 commit bf624f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Main.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ public List<Result> Query(Query query)
2121
return [];
2222
}
2323

24-
public string GetTranslatedPluginDescription()
24+
public string GetTranslatedPluginTitle()
2525
{
2626
return Context.API.GetTranslation("flowlauncher_plugin_files_dialog_jump_plugin_name");
2727
}
2828

29-
public string GetTranslatedPluginTitle()
29+
public string GetTranslatedPluginDescription()
3030
{
3131
return Context.API.GetTranslation("flowlauncher_plugin_files_dialog_jump_plugin_description");
3232
}

0 commit comments

Comments
 (0)