From fa3be870b708dfd3de86817769ceb48f09e4faf9 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Tue, 2 May 2017 17:29:53 -0700 Subject: [PATCH] =?UTF-8?q?Updates=20SNES=20localized=20name=20to=20?= =?UTF-8?q?=E2=80=9CSuper=20Nintendo=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Delta/Systems/System.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Delta/Systems/System.swift b/Delta/Systems/System.swift index e6824d0..3cb147a 100644 --- a/Delta/Systems/System.swift +++ b/Delta/Systems/System.swift @@ -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: "") }