diff options
author | Winson Chung <winsonc@google.com> | 2011-09-21 13:49:35 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-21 13:49:35 -0700 |
commit | 12b6dc0063409015827938c54237beb2700b6cad (patch) | |
tree | a00bf2e031685ee97cc62e6be40644058b36454b /res | |
parent | 7a8c654564a946a513982c497d71dca1bfbb8579 (diff) | |
parent | acd7fb6ed90fa88ffc5faf2f960752616c3a49f2 (diff) | |
download | packages_apps_trebuchet-12b6dc0063409015827938c54237beb2700b6cad.zip packages_apps_trebuchet-12b6dc0063409015827938c54237beb2700b6cad.tar.gz packages_apps_trebuchet-12b6dc0063409015827938c54237beb2700b6cad.tar.bz2 |
Merge "Use American spelling." into ics-factoryrom
Diffstat (limited to 'res')
-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 2ade5c8..5c806e2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -236,7 +236,7 @@ s --> <!-- The title text for the workspace cling [CHAR_LIMIT=none] --> <string name="workspace_cling_title">Make yourself at home</string> <!-- The description of how to use the workspace [CHAR_LIMIT=none] --> - <string name="workspace_cling_move_item">You can put your favourite apps here.</string> + <string name="workspace_cling_move_item">You can put your favorite apps here.</string> <!-- The description of how to open all apps from the workspace [CHAR_LIMIT=none] --> <string name="workspace_cling_open_all_apps">To see all your apps, touch the circle.</string> <!-- The title text for the All Apps cling [CHAR_LIMIT=none] --> |