aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2014-10-10 13:25:52 +0200
committerAndy Staudacher <andy.st@gmail.com>2014-10-10 13:25:52 +0200
commit04d7d378f308c49ff62620c49ae8e4ebc5b899ec (patch)
tree6c0c427b4d275a4c2f3dc75ef285c64d199677d8
parentb35b3eb7742aa0fa83b5a87a23c4bb6dab7aae10 (diff)
parente5ca4a8bf9651e722dc05b4bc5a25c8e9d19f72b (diff)
downloadsrc-04d7d378f308c49ff62620c49ae8e4ebc5b899ec.tar.gz
Merge pull request #27 from lararennie/label_fixes
Changing apostrophe to unicode representation.
-rw-r--r--java/res/values/address_strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/address_strings.xml b/java/res/values/address_strings.xml
index 2058531..f6ae180 100644
--- a/java/res/values/address_strings.xml
+++ b/java/res/values/address_strings.xml
@@ -121,7 +121,7 @@
<!-- Error message shown with a UI field when it is a required field and the user has not filled
it out. [CHAR LIMIT=30] -->
- <string name="i18n_missing_required_field">You can\'t leave this empty.</string>
+ <string name="i18n_missing_required_field">You can\u0027t leave this empty.</string>
<!-- Occurs when the user fills out the wrong value for an address field. For example, this
would be shown when putting 'Cupertino' in United States' State field. [CHAR LIMIT=60] -->