diff options
author | Claudia de Veaux <deveaux@google.com> | 2011-08-17 16:56:49 -0700 |
---|---|---|
committer | Claudia de Veaux <deveaux@google.com> | 2011-08-17 16:56:49 -0700 |
commit | 9a75e1bb9b846f29dda007ee8763d5e32fa2341e (patch) | |
tree | bda44624ac84344b5c1cc0a10cfc49bffb3ba5ee /res/values | |
parent | c477e71ec9b3b65d6ef633d4e536ae6cc19dd0f9 (diff) | |
download | packages_apps_Browser-9a75e1bb9b846f29dda007ee8763d5e32fa2341e.zip packages_apps_Browser-9a75e1bb9b846f29dda007ee8763d5e32fa2341e.tar.gz packages_apps_Browser-9a75e1bb9b846f29dda007ee8763d5e32fa2341e.tar.bz2 |
Part of effort to remove "failure" messaging to end-users.
Bug: 5165745
Change-Id: I46c61e110eaa6d22c938c551f15658376b7b3d25
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5b6d38b..0751f10 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -218,7 +218,7 @@ <!-- Menu item for saving a page for offline reading. This is a view-only snapshot of the page. [CHAR LIMIT=50] --> <string name="menu_save_snapshot">Save for offline reading</string> <!-- Toast informing the user that saving the page for offline reading has failed. [CHAR LIMIT=50] --> - <string name="snapshot_failed">Failed to save for offline reading.</string> + <string name="snapshot_failed">Couldn\'t save for offline reading.</string> <!-- The number of bookmarks in a folder [CHAR LIMT=50] --> <string name="contextheader_folder_bookmarkcount"><xliff:g id="bookmark_count">%d</xliff:g> bookmarks</string> <!-- No bookmarks in the folder [CHAR LIMIT=50] --> @@ -379,11 +379,11 @@ <!-- Auto-login bar description [CHAR-LIMIT=40] --> <string name="autologin_bar_text">Sign in as</string> <!-- Login button [CHAR-LIMIT=10] --> - <string name="autologin_bar_login_text">Login</string> + <string name="autologin_bar_login_text">Sign in</string> <!-- Hide button [CHAR-LIMIT=10] --> <string name="autologin_bar_hide_text">Hide</string> <!-- Login failure text [CHAR-LIMIT=25] --> - <string name="autologin_bar_error">Login failed.</string> + <string name="autologin_bar_error">Couldn\'t sign in.</string> <!-- Heading for the AutoFill profile editor to tell the user what AutoFill does and why they should fill out the profile. [CHAR-LIMIT=None] --> <string name="autofill_profile_editor_heading">Enter the data you want to auto-fill in web fields when you touch them.</string> |