From f548cf43a2d44ca5ff563220c030dc2bf0b0c030 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 28 Nov 2022 02:59:52 +0000 Subject: [PATCH] Move all localizable strings from Aaru.Filesystems project to resources. --- Interfaces/IFilesystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interfaces/IFilesystem.cs b/Interfaces/IFilesystem.cs index 5bcd46d..dd5bd01 100644 --- a/Interfaces/IFilesystem.cs +++ b/Interfaces/IFilesystem.cs @@ -47,7 +47,7 @@ public interface IFilesystem { /// Defines the encoding used to interpret strings in the filesystem Encoding Encoding { get; } - /// Plugin name. + /// Plugin name (translatable). string Name { get; } /// Plugin UUID. Guid Id { get; }