Display "RDOS 3.3" as format

This commit is contained in:
Bradley Bell 2023-10-20 23:41:45 -07:00
parent 94bf05b57d
commit feed5172e0
2 changed files with 4 additions and 0 deletions

View File

@ -250,6 +250,9 @@ public class RdosFormatDisk extends FormattedDisk {
* Identify the operating system format of this disk.
*/
public String getFormat() {
if (getImageOrder() instanceof ProdosOrder) {
return textBundle.get("RdosFormatDisk.Rdos33"); //$NON-NLS-1$
}
return textBundle.get("RdosFormatDisk.Rdos21"); //$NON-NLS-1$
}

View File

@ -69,6 +69,7 @@ NibbleOrder.InvalidPhysicalSectorError=Unable to locate physical sector {0} on t
# RdosFormatDisk
RdosFormatDisk.Rdos21=RDOS 2.1
RdosFormatDisk.Rdos33=RDOS 3.3
RdosFormatDisk.Size=Size
RdosFormatDisk.StartingBlock=Starting Block
RdosFormatDisk.Address=Address