Set character limit for URL
- Display toast when user crosses the threshold
Change-Id: I1d53ede31ce75f5c342838d1c831f0ec79fd22ab
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ce295bb..76cdf73 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -72,6 +72,8 @@
<!-- Displayed on the title bar while the page is loading -->
<string name="title_bar_loading">Loading\u2026</string>
+ <!-- Message to be displayed if url character limit exceeds -->
+ <string name="max_url_character_limit_msg">Max URL limit reached</string>
<!-- Menu item -->
<string name="page_info">Page info</string>