OSDN Git Service

Fix strings whose apostrophes were eaten because of the lack of a backslash.
authorEric Fischer <enf@google.com>
Thu, 27 Aug 2009 20:52:11 +0000 (13:52 -0700)
committerEric Fischer <enf@google.com>
Thu, 27 Aug 2009 20:52:11 +0000 (13:52 -0700)
Change-Id: I259c1cd3fb1d2a65db03b4813dc45ab4aafb5632

res/values/strings.xml

index ab01fe9..e0fdb2f 100644 (file)
 
     <!-- Warning message given to users just before they remove a currently syncing
          group that would also cause all ungrouped contacts to stop syncing. -->
-    <string name="display_warn_remove_ungrouped">Removing '%s' from sync will also remove any ungrouped contacts from sync.</string>
+    <string name="display_warn_remove_ungrouped">Removing \'%s\' from sync will also remove any ungrouped contacts from sync.</string>
 
 
 <string name="call_home">Call home</string>