Renames DS short name to “DS (Beta)”
This commit is contained in:
parent
3189c502c5
commit
a09a875c92
@ -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: "")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user