diff options
| author | Leon Scroggins <scroggo@google.com> | 2009-10-19 12:47:03 -0400 |
|---|---|---|
| committer | Leon Scroggins <scroggo@google.com> | 2009-10-19 12:50:11 -0400 |
| commit | a245b1c44c8c3487613292c5c761e04d46e1e93c (patch) | |
| tree | e2adc56ecb3af1a2f13de2fb8a840a9041121904 /core/res | |
| parent | eab82c3c8c9dd88ff7267c154b415558d8e5c206 (diff) | |
| download | frameworks_base-a245b1c44c8c3487613292c5c761e04d46e1e93c.zip frameworks_base-a245b1c44c8c3487613292c5c761e04d46e1e93c.tar.gz frameworks_base-a245b1c44c8c3487613292c5c761e04d46e1e93c.tar.bz2 | |
Add a string for upload file button.
Necessary for http://b/issue?id=2178786. The rest of the work has
not yet been done, but I am adding the string so it can be
translated.
Diffstat (limited to 'core/res')
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 8fc7cfc..83a6dc5 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2093,4 +2093,6 @@ <string name="l2tp_vpn_description">Layer 2 Tunneling Protocol</string> <string name="l2tp_ipsec_psk_vpn_description">Pre-shared key based L2TP/IPSec VPN</string> <string name="l2tp_ipsec_crt_vpn_description">Certificate based L2TP/IPSec VPN</string> + <!-- Label for button in a WebView that will open a chooser to choose a file to upload --> + <string name="upload_file">Choose file</string> </resources> |
