File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Flow.Launcher.Localization.SourceGenerators/Localize Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ private static void GenerateUpdateLabelsMethod(
336336 {
337337 sb . AppendLine ( $ "{ tabString } /// <summary>") ;
338338 sb . AppendLine ( $ "{ tabString } /// Update the labels of the enum values when culture info changes.") ;
339- sb . AppendLine ( $ "{ tabString } /// See <see cref=\" Flow.Bar .Plugin.PluginInitContext.CultureInfoChanged\" /> for more details") ;
339+ sb . AppendLine ( $ "{ tabString } /// See <see cref=\" Flow.Launcher .Plugin.PluginInitContext.CultureInfoChanged\" /> for more details") ;
340340 sb . AppendLine ( $ "{ tabString } /// </summary>") ;
341341 sb . AppendLine ( $ "{ tabString } public static void UpdateLabels(global::System.Collections.Generic.List<{ enumDataClassName } > options)") ;
342342 sb . AppendLine ( $ "{ tabString } {{") ;
You can’t perform that action at this time.
0 commit comments