mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 11:04:36 +02:00
chore: Clarify strings (#121)
* fix: Patch descriptions * fix(YouTube - Swipe controls): Preference summaries --------- Co-authored-by: Kobe <kobew5050@gmail.com>
This commit is contained in:
parent
e67104e86e
commit
44600d9525
@ -63,7 +63,7 @@ internal enum class PatchList(
|
||||
),
|
||||
ENABLE_OPUS_CODEC(
|
||||
"Enable OPUS codec",
|
||||
"Adds an options to enable the OPUS audio codec if the player response includes."
|
||||
"Adds an options to enable the OPUS audio codec if the player response includes it."
|
||||
),
|
||||
ENABLE_DEBUG_LOGGING(
|
||||
"Enable debug logging",
|
||||
|
@ -79,7 +79,7 @@ internal enum class PatchList(
|
||||
),
|
||||
ENABLE_OPUS_CODEC(
|
||||
"Enable OPUS codec",
|
||||
"Adds an options to enable the OPUS audio codec if the player response includes."
|
||||
"Adds an options to enable the OPUS audio codec if the player response includes it."
|
||||
),
|
||||
ENABLE_DEBUG_LOGGING(
|
||||
"Enable debug logging",
|
||||
@ -167,7 +167,7 @@ internal enum class PatchList(
|
||||
),
|
||||
MINIPLAYER(
|
||||
"Miniplayer",
|
||||
"Adds options to change the in app minimized player, and if patching target 19.16+ adds options to use modern miniplayers."
|
||||
"Adds options to change the in-app minimized player, and if patching target 19.16+ adds options to use modern miniplayers."
|
||||
),
|
||||
NAVIGATION_BAR_COMPONENTS(
|
||||
"Navigation bar components",
|
||||
@ -175,7 +175,7 @@ internal enum class PatchList(
|
||||
),
|
||||
OVERLAY_BUTTONS(
|
||||
"Overlay buttons",
|
||||
"Adds options to display overlay buttons in the video player."
|
||||
"Adds options to display useful overlay buttons in the video player."
|
||||
),
|
||||
PLAYER_COMPONENTS(
|
||||
"Player components",
|
||||
@ -231,7 +231,7 @@ internal enum class PatchList(
|
||||
),
|
||||
THEME(
|
||||
"Theme",
|
||||
"Changes the app's theme to the values specified in patch options."
|
||||
"Changes the app's themes to the values specified in patch options."
|
||||
),
|
||||
TOOLBAR_COMPONENTS(
|
||||
"Toolbar components",
|
||||
|
@ -1469,11 +1469,11 @@ No margins on top and bottom of player."</string>
|
||||
<string name="revanced_swipe_gestures_lock_mode_summary_on">Swipe gestures are enabled in Lock screen mode.</string>
|
||||
<string name="revanced_swipe_gestures_lock_mode_summary_off">Swipe gestures are disabled in Lock screen mode.</string>
|
||||
<string name="revanced_swipe_overlay_background_alpha_title">Swipe background visibility</string>
|
||||
<string name="revanced_swipe_overlay_background_alpha_summary">The visibility of swipe overlay background.</string>
|
||||
<string name="revanced_swipe_overlay_background_alpha_summary">The visibility of the swipe overlay background.</string>
|
||||
<string name="revanced_swipe_magnitude_threshold_title">Swipe magnitude threshold</string>
|
||||
<string name="revanced_swipe_magnitude_threshold_summary">The amount of threshold for swipe to occur.</string>
|
||||
<string name="revanced_swipe_magnitude_threshold_summary">The threshold for a swipe to occur.</string>
|
||||
<string name="revanced_swipe_overlay_text_size_title">Swipe overlay text size</string>
|
||||
<string name="revanced_swipe_overlay_text_size_summary">The text size for swipe overlay.</string>
|
||||
<string name="revanced_swipe_overlay_text_size_summary">The text size in the swipe overlay.</string>
|
||||
<string name="revanced_swipe_overlay_rect_size_title">Swipe overlay screen size</string>
|
||||
<string name="revanced_swipe_overlay_rect_size_summary">Percentage of swipeable screen area.\n\nNote: This will also change the size of the screen area for the double-tap-to-seek gesture.</string>
|
||||
<string name="revanced_swipe_overlay_rect_size_invalid_toast">Swipeable area size cannot be more than 50.</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user