From 6f4f979a2d523980e2c9527ff62cc19b52c3b73f Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Fri, 29 Sep 2023 18:49:40 -0500 Subject: [PATCH] Updated YTNoModernUI Localizations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit YTNoModernUI has updated localization because YTNoModernUI’s functionality has been completely changed. --- Settings.xm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Settings.xm b/Settings.xm index 4749c01..420eeb2 100644 --- a/Settings.xm +++ b/Settings.xm @@ -1583,8 +1583,8 @@ extern NSBundle *uYouPlusBundle(); } settingItemId:0], - [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Remove Modern Interface (YTNoModernUI)") - titleDescription:LOC(@"Toggle this on to remove any Modern Element added to YouTube. Removes Ambient Mode, Rounded Design & More. App restart is required.") + [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Remove the Modern UI (YTNoModernUI)") + titleDescription:LOC(@"When Enabled, this will remove any modern element added to YouTube such as Rounded Buttons, Rounded Hints, Fixes LowContrastMode functionality. App restart is required.") accessibilityIdentifier:nil switchOn:IsEnabled(@"ytNoModernUI_enabled") switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) { @@ -1643,8 +1643,8 @@ extern NSBundle *uYouPlusBundle(); } settingItemId:0], - [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Header Links under Channel Profile") - titleDescription:LOC(@"Hides the Header Links under any Channel Profile.") + [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Header Links under channel profile") + titleDescription:LOC(@"Hides the Header Links under any channel profile.") accessibilityIdentifier:nil switchOn:IsEnabled(@"hideChannelHeaderLinks_enabled") switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {