unify the name as it is present in the plugin.json file (#6547)

This commit is contained in:
Alekhya
2020-09-11 13:45:32 -07:00
committed by GitHub
parent 0478d99aac
commit 1dec80902d
4 changed files with 3 additions and 5 deletions

View File

@@ -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()
{