improve setting title and description

This commit is contained in:
Alex Wardle 2022-12-22 16:09:48 -07:00
parent efe4530917
commit bd42d1b00f
2 changed files with 6 additions and 6 deletions

View File

@ -658,13 +658,13 @@
<extracomment>Option Title in user setting screen</extracomment> <extracomment>Option Title in user setting screen</extracomment>
</message> </message>
<message> <message>
<source>Go straight to episode listing (if series has only one season)</source> <source>Go straight to episode listing (if only 1 season)</source>
<translation>Go straight to episode listing (if series has only one season)</translation> <translation>Go straight to episode listing (if only 1 season)</translation>
<extracomment>Settings Menu - Title for option</extracomment> <extracomment>Settings Menu - Title for option</extracomment>
</message> </message>
<message> <message>
<source>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.</source> <source>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.</source>
<translation>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.</translation> <translation>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.</translation>
<extracomment>Settings Menu - Description for option</extracomment> <extracomment>Settings Menu - Description for option</extracomment>
</message> </message>
<message> <message>

View File

@ -89,8 +89,8 @@
"default": "false" "default": "false"
}, },
{ {
"title": "Go straight to episode listing (if series has only one season)", "title": "Go straight to episode listing (if only 1 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.", "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", "settingName": "ui.tvshows.goStraightToEpisodeListing",
"type": "bool", "type": "bool",
"default": "true" "default": "true"