Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Fix typo in strings.xml #3032

Merged
merged 1 commit into from
Mar 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ the Select` button. When clicked it closes all the previously selected tabs -->
<string name="slow_script_dialog_action_wait">Wait</string>


<!-- This string is displayed in the title of the quick WebXR blocking dialog, accesed from the VR icon in the URL bar.
<!-- This string is displayed in the title of the quick WebXR blocking dialog, accessed from the VR icon in the URL bar.
'%1$s' will be replaced at runtime with the app's name. -->
<string name="webxr_block_dialog_message">\'%1$s\' wants to access WebXR api</string>
<string name="webxr_block_dialog_message">%1$s wants to access WebXR API</string>
</resources>