diff options
author | Martijn Coenen <maco@google.com> | 2011-07-22 17:00:13 +0200 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2011-07-22 17:00:13 +0200 |
commit | 8374a2db64f772c5e934ccd2e47f0df4b5928012 (patch) | |
tree | cb415d3d93c2e0c5c4a5bfff6c5ade396415fb3a | |
parent | dbaae5ad1762f7c01568be078c73d0a578d410d3 (diff) | |
download | packages_apps_settings-8374a2db64f772c5e934ccd2e47f0df4b5928012.zip packages_apps_settings-8374a2db64f772c5e934ccd2e47f0df4b5928012.tar.gz packages_apps_settings-8374a2db64f772c5e934ccd2e47f0df4b5928012.tar.bz2 |
Fix zero-click sharing description.
At least explain something, until we have a proper animation.
Change-Id: I3d51a36a7362347052b2706af35a469bb4d7964f
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 78a8069..72db3d0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1092,7 +1092,7 @@ <string name="zeroclick_settings_summary"></string> <!-- Used in the zero-click sharing preferences screen --> <string name="zeroclick_label">Zero-click sharing</string> - <string name="zeroclick_explained">Lorem ipsum dolor sit amet.</string> + <string name="zeroclick_explained">Zero-click sharing allows you to share content from applications, just by tapping your NFC-enabled device to another.</string> <!-- Wi-Fi Settings --> <skip /> <!-- Used in the 1st-level settings screen to turn on Wi-Fi --> |