Skip to content

Commit

Permalink
Replacing "Force screen orientation" with "Screen orientation" in pre…
Browse files Browse the repository at this point in the history
…ferences.
  • Loading branch information
twaik committed Jul 21, 2024
1 parent fce864f commit 100ceb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<item>send volume up</item>
</string-array>
<string-array name="forceOrientationVariants">
<item>no</item>
<item>auto</item>
<item>portrait</item>
<item>landscape</item>
<item>reverse portrait</item>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ E.g. <b>META</b> for <i>META key</i>, \n
<string name="pref_PIP_summary">Show app in picture-in-picture mode when home button or recents button is pressed</string>
<string name="pref_fullscreen">Fullscreen</string>
<string name="pref_fullscreen_summary">Toggle immersive mode in your device display</string>
<string name="pref_forceOrientation">Force screen orientation</string>
<string name="pref_forceOrientation">Screen orientation</string>
<string name="pref_hideCutout">Hide display cutout (if any)</string>
<string name="pref_keepScreenOn">Keep Screen On</string>

Expand Down

0 comments on commit 100ceb1

Please sign in to comment.