Index: chrome/android/java/strings/android_chrome_strings.grd |
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
index 1dd39073127dff1104478551e8084d4945080c02..9b09dbe95494869f6a511be90119e30aee171a25 100644 |
--- a/chrome/android/java/strings/android_chrome_strings.grd |
+++ b/chrome/android/java/strings/android_chrome_strings.grd |
@@ -2738,6 +2738,23 @@ You can control the Physical Web in Chrome Settings. |
<message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to manipulation of the current tab window. This group is part of several groups of keyboard shortcuts all shown in a dialog."> |
Webpage shortcuts |
</message> |
+ |
+ <!-- VR services check infobar --> |
+ <message name="IDS_VR_SERVICES_CHECK_INFOBAR_TEXT" desc="Text to displayed in the VR Services check infobar."> |
Peter Kasting
2017/02/17 02:34:49
Nit: What is the "VR services check infobar"? Mak
amp
2017/02/17 02:52:29
Done.
|
+ To view virtual reality content, <ph name="ACTION">%s<ex>install</ex></ph> Google VR Services |
+ </message> |
+ <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_ACTION" desc="Text to be displayed in the VR Services check infobar text for the install action"> |
Peter Kasting
2017/02/17 02:34:49
Nit: It wasn't immediately clear to me that this g
amp
2017/02/17 02:52:29
Done.
|
+ install |
+ </message> |
+ <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_ACTION" desc="Text to be displayed in the VR Services check infobar text for the update action"> |
+ update |
+ </message> |
+ <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for the install action"> |
Peter Kasting
2017/02/17 02:34:49
Nit: If this needs to follow a certain capitalizat
amp
2017/02/17 02:52:29
I initially just had two messages here, but per ba
|
+ INSTALL |
+ </message> |
+ <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for the update action"> |
+ UPDATE |
+ </message> |
</messages> |
</release> |
</grit> |