Skip to content

Commit 0c3ed1f

Browse files
Update src/Files.App/Data/Items/EncodingItem.cs
Co-authored-by: Yair <[email protected]> Signed-off-by: oxygen-dioxide <[email protected]>
1 parent 42e6346 commit 0c3ed1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Data/Items/EncodingItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public EncodingItem(string code)
2727
if (string.IsNullOrEmpty(code))
2828
{
2929
Encoding = null;
30-
Name = "ArchiveEncodingSystemDefault".GetLocalizedResource();
30+
Name = Strings.Default.GetLocalizedResource();
3131
}
3232
else
3333
{

0 commit comments

Comments
 (0)