diff --git a/Delta/Systems/System.swift b/Delta/Systems/System.swift index 993cbd1..389fbe2 100644 --- a/Delta/Systems/System.swift +++ b/Delta/Systems/System.swift @@ -47,7 +47,7 @@ extension System case .n64: return NSLocalizedString("N64", comment: "") case .gbc: return NSLocalizedString("GBC", comment: "") case .gba: return NSLocalizedString("GBA", comment: "") - case .ds: return NSLocalizedString("DS", comment: "") + case .ds: return NSLocalizedString("DS (Beta)", comment: "") } }