mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
chore: fixing unescaped apostrophe
This commit is contained in:
parent
e79e64be67
commit
ee9945bcce
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class SwipeControlsResourcePatch : ResourcePatch {
|
|||
),
|
||||
StringResource(
|
||||
"revanced_swipe_save_and_restore_brightness_summary_off",
|
||||
"Don\'t save and restore brightness when exiting or entering fullscreen"
|
||||
"Do not save and restore brightness when exiting or entering fullscreen"
|
||||
)
|
||||
),
|
||||
TextPreference(
|
||||
|
|
Loading…
Reference in a new issue