mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
unify the name as it is present in the plugin.json file (#6547)
This commit is contained in:
@@ -206,14 +206,12 @@ namespace Microsoft.Plugin.Indexer
|
||||
UpdateIconPath(newTheme);
|
||||
}
|
||||
|
||||
// TODO: Localize the strings
|
||||
// Set the Plugin Title
|
||||
public string GetTranslatedPluginTitle()
|
||||
{
|
||||
return Properties.Resources.Microsoft_plugin_indexer_plugin_name;
|
||||
}
|
||||
|
||||
// TODO: Localize the string
|
||||
// Set the plugin Description
|
||||
public string GetTranslatedPluginDescription()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user