mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all localizable strings from Aaru.Filesystems project to resources.
This commit is contained in:
@@ -438,7 +438,7 @@ public sealed partial class LisaFS
|
||||
{
|
||||
if(_fileSizeCache.TryGetValue(fileId, out int realSize))
|
||||
if(realSize > temp.Length)
|
||||
AaruConsole.ErrorWriteLine("File {0} gets truncated.", fileId);
|
||||
AaruConsole.ErrorWriteLine(Localization.File_0_gets_truncated, fileId);
|
||||
|
||||
buf = temp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user