Removes “(Beta)” from DS’s short name

This commit is contained in:
Riley Testut 2021-03-11 12:21:35 -06:00
parent 931a16c544
commit 9f58aac350

View File

@ -62,7 +62,7 @@ extension System
case .n64: return NSLocalizedString("N64", comment: "")
case .gbc: return NSLocalizedString("GBC", comment: "")
case .gba: return NSLocalizedString("GBA", comment: "")
case .ds: return NSLocalizedString("DS (Beta)", comment: "")
case .ds: return NSLocalizedString("DS", comment: "")
case .genesis: return NSLocalizedString("Genesis (Beta)", comment: "")
}
}