Updates SNES localized name to “Super Nintendo”
This commit is contained in:
parent
6355699480
commit
fa3be870b7
@ -42,7 +42,7 @@ extension System
|
|||||||
var localizedName: String {
|
var localizedName: String {
|
||||||
switch self
|
switch self
|
||||||
{
|
{
|
||||||
case .snes: return NSLocalizedString("Super Nintendo Entertainment System", comment: "")
|
case .snes: return NSLocalizedString("Super Nintendo", comment: "")
|
||||||
case .gba: return NSLocalizedString("Game Boy Advance", comment: "")
|
case .gba: return NSLocalizedString("Game Boy Advance", comment: "")
|
||||||
case .gbc: return NSLocalizedString("Game Boy Color", comment: "")
|
case .gbc: return NSLocalizedString("Game Boy Color", comment: "")
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user