From a09a875c922076efcb78bff968cef277f5ed0af8 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 14 Aug 2019 19:04:15 -0700 Subject: [PATCH] =?UTF-8?q?Renames=20DS=20short=20name=20to=20=E2=80=9CDS?= =?UTF-8?q?=20(Beta)=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 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: "") } }