diff options
author | Grace Kloba <klobag@google.com> | 2009-09-23 13:33:10 -0700 |
---|---|---|
committer | Grace Kloba <klobag@google.com> | 2009-09-24 09:51:36 -0700 |
commit | 674f39ae50fb78dbc50c9249a8681cfcab04e6a0 (patch) | |
tree | af1e58efdb10ca638b25c532734faec56ff9d1a4 /res/values | |
parent | 00d85e74921459b34e70eb93368245b4c0a9bf5f (diff) | |
download | packages_apps_browser-674f39ae50fb78dbc50c9249a8681cfcab04e6a0.zip packages_apps_browser-674f39ae50fb78dbc50c9249a8681cfcab04e6a0.tar.gz packages_apps_browser-674f39ae50fb78dbc50c9249a8681cfcab04e6a0.tar.bz2 |
Add enable plug-ins to UI. Remove pluginsPath from BrowserSettings as it is unused now.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index b88f124..7f8623f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -302,6 +302,8 @@ <string name="pref_content_javascript">Enable JavaScript</string> <!-- Settings label --> <string name="pref_content_open_in_background">Open in background</string> + <!-- Settings label --> + <string name="pref_content_plugins">Enable plug-ins</string> <!-- Settings summary --> <string name="pref_content_open_in_background_summary">Open new windows behind the current one</string> <!-- Settings label --> |