Skip to content

Commit

Permalink
Update recommended titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitcher committed Feb 15, 2024
1 parent f3e6100 commit bd1d62e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ msgid "Images for"
msgstr ""

msgctxt "#31070"
msgid "Similar Titles"
msgid "Suggested"
msgstr ""

msgctxt "#31071"
Expand Down Expand Up @@ -934,9 +934,7 @@ msgctxt "#31231"
msgid "Please try again later."
msgstr ""

msgctxt "#31232"
msgid "Also directed by"
msgstr ""
#empty string with id 31232

msgctxt "#31233"
msgid "View All Cast"
Expand Down
2 changes: 1 addition & 1 deletion xml/Includes_Variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
<variable name="VideoInfoLabelHeading">
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + String.IsEmpty(Window(home).Property(DirectedByList)) + !String.IsEmpty(Container(500).ListItem.Label)">$LOCALIZE[31076]</value>
<value condition="!String.IsEmpty(Window(home).Property(RecommendedVideos)) + !String.IsEmpty(Container(500).ListItem.Label)">$LOCALIZE[31113]</value>
<value condition="!String.IsEmpty(Window(home).Property(DirectedByList)) + !String.IsEmpty(Container(500).ListItem.Label)">$LOCALIZE[31232] $VAR[Director_Name]</value>
<value condition="!String.IsEmpty(Window(home).Property(DirectedByList)) + !String.IsEmpty(Container(500).ListItem.Label)">$LOCALIZE[31072] $VAR[Director_Name]</value>
<value condition="String.IsEqual(ListItem.DBTYPE,set)">$LOCALIZE[31066]</value>
</variable>
<variable name="ExtendedInfoLabelHeading">
Expand Down

0 comments on commit bd1d62e

Please sign in to comment.