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)
+
+ Skip Details for Single SeasonsSettings 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 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"
}
]
},