Change "Window" to "Tab" in contextual menu
For devices with xlarge screens (new UI) display "Open in new tab"
instead of "Open in new window" in the long-press-on-link
contextual menu.
Bug: 3303257
Change-Id: I21990a364919da98357a071e0d205b57024efe77
diff --git a/res/values-xlarge/strings.xml b/res/values-xlarge/strings.xml
index 07b2b34..856b2b9 100644
--- a/res/values-xlarge/strings.xml
+++ b/res/values-xlarge/strings.xml
@@ -22,4 +22,7 @@
<string name="new_incognito_tab">New incognito tab</string>
<!-- Name of menu item which brings up a list of the currently active tabs -->
<string name="active_tabs">Tabs</string>
+ <!-- Context Menu item to open the currently selected link in a new
+ window. [CHAR LIMIT=30] -->
+ <string name="contextmenu_openlink_newwindow">Open in new tab</string>
</resources>