Skip to content

Commit

Permalink
chore: fixing unescaped apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Jun 1, 2023
1 parent e79e64b commit ee9945b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ee9945b

Please sign in to comment.