mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all localizable strings from Aaru.Core project to resources.
This commit is contained in:
@@ -90,7 +90,7 @@ public sealed partial class Sidecar
|
||||
var tapeWorker = new Checksum();
|
||||
List<TapeFileType> tapeFiles = new();
|
||||
|
||||
UpdateStatus("Hashing files...");
|
||||
UpdateStatus(Localization.Core.Hashing_files);
|
||||
|
||||
for(int i = 0; i < files.Count; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user