From bd42d1b00fa75d583f3962271c50c43b2ea9a414 Mon Sep 17 00:00:00 2001 From: Alex Wardle Date: Thu, 22 Dec 2022 16:09:48 -0700 Subject: [PATCH] improve setting title and description --- locale/en_US/translations.ts | 8 ++++---- settings/settings.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/locale/en_US/translations.ts b/locale/en_US/translations.ts index 0b7e0ae1..0b49d768 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 series has only one season) - Go straight to episode listing (if series has only one season) + Go straight to episode listing (if only 1 season) + Go straight to episode listing (if only 1 season) Settings Menu - Title for option - If enabled, selecting a TV series with only one season will go directly to the episode listing for that episode, rather than the season listing. - If enabled, selecting a TV series with only one season will go directly to the episode listing for that episode, 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 listing for that season, rather than the season listing. Settings Menu - Description for option diff --git a/settings/settings.json b/settings/settings.json index a04f6a26..bc1ad09d 100644 --- a/settings/settings.json +++ b/settings/settings.json @@ -89,8 +89,8 @@ "default": "false" }, { - "title": "Go straight to episode listing (if series has only one season)", - "description": "If enabled, selecting a TV series with only one season will go directly to the episode listing for that episode, rather than the season listing.", + "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.", "settingName": "ui.tvshows.goStraightToEpisodeListing", "type": "bool", "default": "true"