fix: improve strings

This commit is contained in:
inotia00 2024-01-14 19:47:10 +09:00
parent 380d21390c
commit 2985e25ad3
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Hide toolbar button",
description = "Adds an option to hide the'r/place' button or 'reddit recap' button in the toolbar.",
description = "Adds an option to hide the \"r/place\" or Reddit recap button in the toolbar.",
dependencies =
[
SettingsPatch::class,

View File

@ -74,9 +74,9 @@ Note: It's a feature that hasn't been tested."</string>
<string name="revanced_close_interstitial_ads_title">Close interstitial ads</string>
<string name="revanced_close_interstitial_ads_toast">Closing interstitial ads.</string>
<string name="revanced_comments_title">Comments</string>
<string name="revanced_custom_filter_strings_summary">Filter component names by line-seperated.</string>
<string name="revanced_custom_filter_strings_summary">Configure which components to filter, separated by new lines.</string>
<string name="revanced_custom_filter_strings_title">Edit custom filter</string>
<string name="revanced_custom_filter_strings_warning">Invalid custom filter, resetting to default.</string>
<string name="revanced_custom_filter_strings_warning">Invalid custom filter. Filter reset to default.</string>
<string name="revanced_custom_filter_summary_off">Custom filter is disabled.</string>
<string name="revanced_custom_filter_summary_on">Custom filter is enabled.</string>
<string name="revanced_custom_filter_title">Enable custom filter</string>