Renames DS short name to “DS (Beta)”

This commit is contained in:
Riley Testut 2019-08-14 19:04:15 -07:00
parent 3189c502c5
commit a09a875c92

View File

@ -47,7 +47,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", comment: "")
case .ds: return NSLocalizedString("DS (Beta)", comment: "")
}
}