Updates SNES localized name to “Super Nintendo”

This commit is contained in:
Riley Testut 2017-05-02 17:29:53 -07:00
parent 6355699480
commit fa3be870b7

View File

@ -42,7 +42,7 @@ extension System
var localizedName: String {
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 .gbc: return NSLocalizedString("Game Boy Color", comment: "")
}