Skip to content

Commit

Permalink
Fix typo in WebXR interstitial text (#3217)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Apr 22, 2020
1 parent 9d56bdf commit 6c95af5
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -1207,7 +1207,7 @@

<!-- This string appears in the WebXR interstial next to an arrow pointing to the controller button that
has to be used to exit from WebXR. It's preferred to separate it in two lines if possible. -->
<string name="webxr_interstitial_exit_webxr">Exit\nWebXR"</string>
<string name="webxr_interstitial_exit_webxr">Exit\nWebXR</string>

<!-- This string appears in the WebXR interstitial. -->
<string name="webxr_interstitial_how_to_continue_1">Press any other button to continue</string>
Expand Down

0 comments on commit 6c95af5

Please sign in to comment.