Skip to content

Commit

Permalink
Updated help text for My Subscription advanced filters
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Dec 7, 2024
1 parent 1bee383 commit 753fc08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -638,15 +638,15 @@ msgid "Autoplay suggested videos"
msgstr ""

msgctxt "#30583"
msgid ""
msgid "Filters can be channel names separated by a comma eg. 'The Best Channel,The 2nd Best Channel', and/or custom video filters in the form '{ATTR}{OP}{VALUE}' eg. '{duration}{>=}{180}{artists_string}{=}{\"The Best Channel\"},{duration}{<}{180}'"
msgstr ""

msgctxt "#30584"
msgid "My Subscriptions (Filtered)"
msgstr ""

msgctxt "#30585"
msgid "Filtered channel list (comma delimited)"
msgid "Enable Blacklist to exclude channel names in Filters from My Subscriptions, disable to include channel names"
msgstr ""

msgctxt "#30586"
Expand Down
6 changes: 3 additions & 3 deletions resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
<default>false</default>
<control type="toggle"/>
</setting>
<setting id="youtube.filter.my_subscriptions_filtered.blacklist" type="boolean" parent="youtube.folder.my_subscriptions_filtered.show" label="30586" help="">
<setting id="youtube.filter.my_subscriptions_filtered.blacklist" type="boolean" parent="youtube.folder.my_subscriptions_filtered.show" label="30586" help="30585">
<level>0</level>
<default>false</default>
<dependencies>
Expand All @@ -373,7 +373,7 @@
</dependencies>
<control type="toggle"/>
</setting>
<setting id="youtube.filter.my_subscriptions_filtered.list" type="string" parent="youtube.folder.my_subscriptions_filtered.show" label="30585" help="">
<setting id="youtube.filter.my_subscriptions_filtered.list" type="string" parent="youtube.folder.my_subscriptions_filtered.show" label="587" help="30583">
<level>0</level>
<default/>
<constraints>
Expand All @@ -388,7 +388,7 @@
</dependency>
</dependencies>
<control format="string" type="edit">
<heading>30585</heading>
<heading>587</heading>
</control>
</setting>
<setting id="youtube.folder.recommendations.show" type="boolean" label="30551" help="">
Expand Down

0 comments on commit 753fc08

Please sign in to comment.