Skip to content

Commit 5aebd62

Browse files
committed
Adjust diagnostic description
1 parent ed87111 commit 5aebd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Localization.SourceGenerators/SourceGeneratorDiagnostics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static class SourceGeneratorDiagnostics
88
public static readonly DiagnosticDescriptor CouldNotFindResourceDictionaries = new DiagnosticDescriptor(
99
"FLSG0001",
1010
"Could not find resource dictionaries",
11-
"Could not find resource dictionaries. There must be a file named [LANG].xaml file (for example, en.xaml), and it must be specified in <AdditionalFiles /> in your .csproj file.",
11+
"Could not find resource dictionaries. There must be a `en.xaml` file under `Language` folder.",
1212
"Localization",
1313
DiagnosticSeverity.Warning,
1414
isEnabledByDefault: true

0 commit comments

Comments
 (0)