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: "") }