From dccdd95045eaa7e455c76d7d1b30fed2e0e7a9f6 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Thu, 16 Oct 2025 21:33:45 +0800 Subject: [PATCH] Improve code comments --- Flow.Launcher.Core/Resource/Internationalization.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Core/Resource/Internationalization.cs b/Flow.Launcher.Core/Resource/Internationalization.cs index 3c9651bb2..8a9faa032 100644 --- a/Flow.Launcher.Core/Resource/Internationalization.cs +++ b/Flow.Launcher.Core/Resource/Internationalization.cs @@ -384,7 +384,7 @@ namespace Flow.Launcher.Core.Resource public static void UpdatePluginMetadataTranslation(PluginPair p) { - // Update plugin metadata name & description & plugin hotkey name & description + // Update plugin metadata name & description if (p.Plugin is not IPluginI18n pluginI18N) return; try {