feat(music/enable-custom-filter): separate filters by line instead of commas

This commit is contained in:
inotia00 2023-09-05 12:36:51 +09:00
parent ed6a45a269
commit 2afe8614cc

View File

@ -7,7 +7,7 @@
<string name="revanced_category_misc">Miscellaneous</string> <string name="revanced_category_misc">Miscellaneous</string>
<string name="revanced_category_navigation">Navigation</string> <string name="revanced_category_navigation">Navigation</string>
<string name="revanced_category_player">Player</string> <string name="revanced_category_player">Player</string>
<string name="revanced_custom_filter_strings_summary">Filter components by their name separated by a comma</string> <string name="revanced_custom_filter_strings_summary">Filter component names by line-seperated</string>
<string name="revanced_custom_filter_strings_title">Edit custom filter</string> <string name="revanced_custom_filter_strings_title">Edit custom filter</string>
<string name="revanced_custom_filter_summary">Enables custom filters</string> <string name="revanced_custom_filter_summary">Enables custom filters</string>
<string name="revanced_custom_filter_title">Enable custom filter</string> <string name="revanced_custom_filter_title">Enable custom filter</string>