Skip to content

Commit

Permalink
chore: Clarify strings (#121)
Browse files Browse the repository at this point in the history
* fix: Patch descriptions

* fix(YouTube - Swipe controls): Preference summaries

---------

Co-authored-by: Kobe <[email protected]>
KobeW50 and Kobe authored Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e67104e commit 44600d9
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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",
Original file line number Diff line number Diff line change
@@ -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,15 +167,15 @@ 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",
"Adds options to hide or change components related to the navigation bar."
),
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",
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 44600d9

Please sign in to comment.