From 572d27d203450a97d2845d4abd5024ec2f883d68 Mon Sep 17 00:00:00 2001 From: Alex Wardle Date: Fri, 23 Dec 2022 08:50:36 -0700 Subject: [PATCH] improve wording and default to false --- locale/en_US/translations.ts | 8 ++++---- settings/settings.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/locale/en_US/translations.ts b/locale/en_US/translations.ts index 0b49d768..3eb17cee 100644 --- a/locale/en_US/translations.ts +++ b/locale/en_US/translations.ts @@ -658,13 +658,13 @@ Option Title in user setting screen - Go straight to episode listing (if only 1 season) - Go straight to episode listing (if only 1 season) + Skip Details for Single Seasons + Skip Details for Single Seasons Settings Menu - Title for option - If enabled, selecting a TV series with only one season will go straight to the episode listing for that season, rather than the season listing. - If enabled, selecting a TV series with only one season will go straight to the episode listing for that season, rather than the season listing. + If enabled, selecting a TV series with only one season will go straight to the episode list rather than the show details and season list.. + If enabled, selecting a TV series with only one season will go straight to the episode list rather than the show details and season list.. Settings Menu - Description for option diff --git a/settings/settings.json b/settings/settings.json index bc1ad09d..42a20cec 100644 --- a/settings/settings.json +++ b/settings/settings.json @@ -89,11 +89,11 @@ "default": "false" }, { - "title": "Go straight to episode listing (if only 1 season)", - "description": "If enabled, selecting a TV series with only one season will go straight to the episode listing for that season, rather than the season listing.", + "title": "Skip Details for Single Seasons", + "description": "If enabled, selecting a TV series with only one season will go straight to the episode list rather than the show details and season list..", "settingName": "ui.tvshows.goStraightToEpisodeListing", "type": "bool", - "default": "true" + "default": "false" } ] },