mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all localizable strings from Aaru.CommonTypes project to resources.
This commit is contained in:
@@ -1008,7 +1008,7 @@ public static class Identify
|
||||
if(IdentifyDeviceResponse.Length != 512)
|
||||
{
|
||||
AaruConsole.DebugWriteLine("ATA/ATAPI IDENTIFY decoder",
|
||||
"IDENTIFY response is different than 512 bytes, not decoding.");
|
||||
Localization.IDENTIFY_response_is_different_than_512_bytes_not_decoding);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user