Skip to content

Commit dccdd95

Browse files
committed
Improve code comments
1 parent 8c95ddc commit dccdd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Resource/Internationalization.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ public static void UpdatePluginMetadataTranslations()
384384

385385
public static void UpdatePluginMetadataTranslation(PluginPair p)
386386
{
387-
// Update plugin metadata name & description & plugin hotkey name & description
387+
// Update plugin metadata name & description
388388
if (p.Plugin is not IPluginI18n pluginI18N) return;
389389
try
390390
{

0 commit comments

Comments
 (0)