Skip to content

Commit

Permalink
fix(YouTube - Swipe controls): Fix some strings
Browse files Browse the repository at this point in the history
  • Loading branch information
anddea committed Mar 18, 2024
1 parent 87ea75c commit 074e3e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ Known issues:
<string name="revanced_swipe_magnitude_threshold_title">Swipe magnitude threshold</string>
<string name="revanced_swipe_overlay_background_alpha_summary">The visibility of swipe overlay background.</string>
<string name="revanced_swipe_overlay_background_alpha_title">Swipe background visibility</string>
<string name="revanced_swipe_overlay_rect_warning" formatted="false">Swiapeable area size can\'t be more than %s%%. Reset to default value.</string>
<string name="revanced_swipe_overlay_rect_warning" formatted="false">Swipeable area size can\'t be more than %s%%. Reset to default value.</string>
<string name="revanced_swipe_overlay_rect_summary">Percentage of swipeable screen area.</string>
<string name="revanced_swipe_overlay_rect_title">Swipe overlay screen size</string>
<string name="revanced_swipe_overlay_text_size_summary">The text size for swipe overlay.</string>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/youtube/translations/it-rIT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,8 @@ Problemi noti:
<string name="revanced_swipe_magnitude_threshold_title">Ampiezza della soglia di trascinamento</string>
<string name="revanced_swipe_overlay_background_alpha_summary">La visibilità dello sfondo in sovrapposizione durante il trascinamento</string>
<string name="revanced_swipe_overlay_background_alpha_title">Visibilità dello sfondo durante il trascinamento</string>
<string name="revanced_swipe_overlay_rect_warning" formatted="false">La dimensione dell'area di trascinamento non può essere maggiore di %s%%, ripristinata al predefinito</string>
<string name="revanced_swipe_overlay_rect_summary">La percentuale dell'area di trascinamento</string>
<string name="revanced_swipe_overlay_rect_warning" formatted="false">La dimensione dell\'area di trascinamento non può essere maggiore di %s%%, ripristinata al predefinito</string>
<string name="revanced_swipe_overlay_rect_summary">La percentuale dell\'area di trascinamento</string>
<string name="revanced_swipe_overlay_rect_title">La dimensione della sovrapposizione della schermata di trascinamento</string>
<string name="revanced_swipe_overlay_text_size_summary">La dimensione del testo in sovrapposizione durante il trascinamento</string>
<string name="revanced_swipe_overlay_text_size_title">Dimensione del testo sovrapposto del trascinamento</string>
Expand Down

0 comments on commit 074e3e4

Please sign in to comment.