Fixed spurious localization string.

This commit is contained in:
2025-11-24 18:59:19 +00:00
parent 7af8b40f80
commit ebce649b61
2 changed files with 0 additions and 9 deletions

View File

@@ -698,11 +698,5 @@ namespace Aaru.Archives {
return ResourceManager.GetString("Archive_contains_0_files", resourceCulture);
}
}
internal static string Converting_negative_sector_0_of_1 {
get {
return ResourceManager.GetString("Converting_negative_sector_0_of_1", resourceCulture);
}
}
}
}

View File

@@ -350,7 +350,4 @@
<data name="Archive_contains_0_files" xml:space="preserve">
<value>[slateblue1]Archive contains [green]{0}[/] files[/]</value>
</data>
<data name="Converting_negative_sector_0_of_1" xml:space="preserve">
<value>[slateblue1]Converting sector -[lime]{0}[/] of -[violet]{1}[/][/]</value>
</data>
</root>