Removes “(Beta)” from DS’s short name
This commit is contained in:
parent
931a16c544
commit
9f58aac350
@ -62,7 +62,7 @@ extension System
|
|||||||
case .n64: return NSLocalizedString("N64", comment: "")
|
case .n64: return NSLocalizedString("N64", comment: "")
|
||||||
case .gbc: return NSLocalizedString("GBC", comment: "")
|
case .gbc: return NSLocalizedString("GBC", comment: "")
|
||||||
case .gba: return NSLocalizedString("GBA", 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: "")
|
case .genesis: return NSLocalizedString("Genesis (Beta)", comment: "")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user