Warn user when max number of tabs is reached
Bug: http://b/issue?id=3123994
A toast is shown when the max number of tabs is reached
Change-Id: I5008e227c91139147920fd214f184061f816a353
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c6adaef..1c8b71c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -879,4 +879,8 @@
<!-- Menu item to share URL selection [CHAR LIMIT=30] -->
<string name="menu_share_url">Share</string>
+ <!-- Toast to inform the user that the maximum number of tabs has been
+ reached. [CHAR LIMIT=50] -->
+ <string name="max_tabs_warning">No more tabs available</string>
+
</resources>