Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in WebXR interstitial text #3217

Merged
merged 1 commit into from
Apr 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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