diff options
author | Leon Scroggins <scroggo@google.com> | 2009-10-02 15:55:59 -0400 |
---|---|---|
committer | Leon Scroggins <scroggo@google.com> | 2009-10-09 10:57:48 -0400 |
commit | 8d5fa439c93c336197cfca4a0bfca7147e43353d (patch) | |
tree | aee3c8a9a92a40acae22e8a9f19804c82825c6dd /res | |
parent | 4f439baf097ac40d2face176e1660d4d1b367ed5 (diff) | |
download | packages_apps_browser-8d5fa439c93c336197cfca4a0bfca7147e43353d.zip packages_apps_browser-8d5fa439c93c336197cfca4a0bfca7147e43353d.tar.gz packages_apps_browser-8d5fa439c93c336197cfca4a0bfca7147e43353d.tar.bz2 |
File upload.
Requires changes in external/webkit and frameworks/base.
Fix http://b/issue?id=675743
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index da61a1b..467c7c5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -17,7 +17,8 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- The name of the application. --> <string name="application_name">Browser</string> - + <!-- Displayed with a file picker to choose a file to upload --> + <string name="choose_upload">Choose file for upload</string> <!-- Name of menu item of a new tab. Also used in the title bar when displaying a new tab --> <string name="new_tab">New window</string> <!-- Name of menu item which brings up a list of the currently active tabs --> |