summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-07-22 14:28:14 +0100
committerSteve Block <steveblock@google.com>2009-07-27 12:59:19 +0100
commiteeb67b085404f8da3efc17706a4a9c0afede556e (patch)
tree3fc6b610fe73c85a76eb65d678626fa863915eb1 /res
parenta57a30ed93a99460971f5e153807b5f0522dba6e (diff)
downloadpackages_apps_Browser-eeb67b085404f8da3efc17706a4a9c0afede556e.zip
packages_apps_Browser-eeb67b085404f8da3efc17706a4a9c0afede556e.tar.gz
packages_apps_Browser-eeb67b085404f8da3efc17706a4a9c0afede556e.tar.bz2
Fixes the wording of some strings used for the settings menu entries for HTML5 database.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0d1c229..f2220c4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -401,7 +401,7 @@
<!-- Settings summary -->
<string name="pref_extras_gears_enable_summary">Applications that extend browser functionality</string>
<!-- Settings label -->
- <string name="pref_extras_website_settings">Website Settings</string>
+ <string name="pref_extras_website_settings">Website settings</string>
<!-- Settings summary -->
<string name="pref_extras_website_settings_summary">View advanced settings for individual websites</string>
<!-- Settings label -->
@@ -768,11 +768,11 @@
<!-- Used as a toast notification after the user close the html5 webstorage permission dialog -->
<string name="webstorage_notification">The quota for this site can be changed in the Local Storage section of the Browser settings</string>
<!-- Used in the Browser Settings -->
- <string name="webstorage_clear_data_title">Clear Stored Data</string>
+ <string name="webstorage_clear_data_title">Clear stored data</string>
<string name="webstorage_clear_data_summary">Remove all databases associated with this website</string>
<!-- Confirmation dialog when the user ask to clear all data for an origin -->
- <string name="webstorage_clear_data_dialog_title">Clear All Data</string>
- <string name="webstorage_clear_data_dialog_message">All stored data by this origin will be deleted</string>
+ <string name="webstorage_clear_data_dialog_title">Clear stored data</string>
+ <string name="webstorage_clear_data_dialog_message">All data stored by this website will be deleted</string>
<string name="webstorage_clear_data_dialog_ok_button">Clear All</string>
<string name="webstorage_clear_data_dialog_cancel_button">Cancel</string>
<!-- Strings used in the summary of origins -->