chore: fixing unescaped apostrophe
This commit is contained in:
parent
e79e64be67
commit
ee9945bcce
|
@ -55,7 +55,7 @@ class SwipeControlsResourcePatch : ResourcePatch {
|
||||||
),
|
),
|
||||||
StringResource(
|
StringResource(
|
||||||
"revanced_swipe_save_and_restore_brightness_summary_off",
|
"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(
|
TextPreference(
|
||||||
|
|
Loading…
Reference in a new issue