diff options
author | Svetoslav Ganov <svetoslavganov@google.com> | 2011-09-14 16:33:26 -0700 |
---|---|---|
committer | Svetoslav Ganov <svetoslavganov@google.com> | 2011-09-14 16:33:26 -0700 |
commit | eb9478c81f368dfa4e517ce59f830eee91f403e8 (patch) | |
tree | 7f00ecb6b82d7f9ba58590321b509284328ebd1e /res | |
parent | 9b539cc584821761690d1065b309557265582bbf (diff) | |
download | packages_apps_settings-eb9478c81f368dfa4e517ce59f830eee91f403e8.zip packages_apps_settings-eb9478c81f368dfa4e517ce59f830eee91f403e8.tar.gz packages_apps_settings-eb9478c81f368dfa4e517ce59f830eee91f403e8.tar.bz2 |
Minor string change according to UX spec
Change-Id: Ia5745deb8221a58386e7775151d4b0a5d74b0005
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index e54c260..f50259a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2784,12 +2784,8 @@ found in the list of installed applications.</string> <!-- Warning message that the interaction model changes on enabling touch exploration. [CHAR LIMIT=NONE] --> <string name="accessibility_touch_exploration_warning">This feature changes the way your device responds to touch. Turn on?</string> - <!-- Default description for an accessibility serivice if the latter doesn't provide one (tablet). [CHAR LIMIT=NONE] --> - <string name="accessibility_service_default_description" product="tablet">This service has no - description.\n\nServices provide feedback when you interact with the tablet.</string> - <!-- Default description for an accessibility serivice if the latter doesn't provide one (phone). [CHAR LIMIT=NONE] --> - <string name="accessibility_service_default_description" product="default">This service has no - description.\n\nServices provide feedback when you interact with the phone.</string> + <!-- Default description for an accessibility serivice if the latter doesn't provide one. [CHAR LIMIT=NONE] --> + <string name="accessibility_service_default_description">No description provided.</string> <!-- Accessibility settings: button for lauching settings for an accessibility service --> <string name="settings_button">Settings</string> |