summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2010-12-09 10:51:49 -0800
committerMichael Kolb <kolby@google.com>2010-12-10 10:06:18 -0800
commit843510fb4f36a9a834c69d8773156db20ca3d740 (patch)
tree4cfafdd87dda1557a18b4e0ac9cdf6130f36cb39 /res
parentf23451a7daef689c238a799c8bd070a6820102bd (diff)
downloadpackages_apps_Browser-843510fb4f36a9a834c69d8773156db20ca3d740.zip
packages_apps_Browser-843510fb4f36a9a834c69d8773156db20ca3d740.tar.gz
packages_apps_Browser-843510fb4f36a9a834c69d8773156db20ca3d740.tar.bz2
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
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
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>