We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e6346 commit 0c3ed1fCopy full SHA for 0c3ed1f
src/Files.App/Data/Items/EncodingItem.cs
@@ -27,7 +27,7 @@ public EncodingItem(string code)
27
if (string.IsNullOrEmpty(code))
28
{
29
Encoding = null;
30
- Name = "ArchiveEncodingSystemDefault".GetLocalizedResource();
+ Name = Strings.Default.GetLocalizedResource();
31
}
32
else
33
0 commit comments