mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix typos and add new words to dictionary.
This commit is contained in:
@@ -1158,11 +1158,11 @@ public sealed partial class Sidecar
|
||||
}
|
||||
else
|
||||
AaruConsole.
|
||||
ErrorWriteLine("KryoFlux image do not contain same number of tracks ({0}) than disk image ({1}), ignoring...",
|
||||
ErrorWriteLine("KryoFlux image does not contain same number of tracks ({0}) than disk image ({1}), ignoring...",
|
||||
kfImage.Info.Cylinders, image.Info.Cylinders);
|
||||
else
|
||||
AaruConsole.
|
||||
ErrorWriteLine("KryoFluximage do not contain same number of heads ({0}) than disk image ({1}), ignoring...",
|
||||
ErrorWriteLine("KryoFlux image does not contain same number of heads ({0}) than disk image ({1}), ignoring...",
|
||||
kfImage.Info.Heads, image.Info.Heads);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user