Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use consistent settings text
Browse files Browse the repository at this point in the history
LisoUseInAIKyrios committed Oct 21, 2024
1 parent 7d891cf commit 2c5a05d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/addresources/values/strings.xml
Original file line number Diff line number Diff line change
@@ -87,9 +87,9 @@ This is because Crowdin requires temporarily flattening this file and removing t
<string name="revanced_settings_screen_12_video_title">Video</string>
</patch>
<patch id="misc.backgroundplayback.BackgroundPlaybackPatch">
<string name="revanced_shorts_background_playback_title">Allow Shorts background playback</string>
<string name="revanced_shorts_background_playback_summary_on">Shorts background playback is enabled</string>
<string name="revanced_shorts_background_playback_summary_off">Shorts background playback is disabled</string>
<string name="revanced_shorts_background_playback_title">Allow Shorts background play</string>
<string name="revanced_shorts_background_playback_summary_on">Shorts background play is enabled</string>
<string name="revanced_shorts_background_playback_summary_off">Shorts background play is disabled</string>
</patch>
<patch id="misc.debugging.DebuggingPatch">
<string name="revanced_debug_screen_title">Debugging</string>

0 comments on commit 2c5a05d

Please sign in to comment.