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:31 +0000 (13:52 -0700)
committerEric Fischer <enf@google.com>
Thu, 27 Aug 2009 20:52:31 +0000 (13:52 -0700)
Change-Id: I11619ef7bdd0d418e701930ae46b2b9c93ca07ac

res/values/strings.xml

index adb023c..bd6a078 100644 (file)
@@ -1770,7 +1770,7 @@ found in the list of installed applications.</string>
     <!-- Description for bluetooth power consumption detail -->
     <string name="battery_desc_bluetooth">Battery used by bluetooth</string>
     <!-- Suggestion for bluetooth -->
-    <string name="battery_sugg_bluetooth_basic">Turn off bluetooth when you aren't using it</string>
+    <string name="battery_sugg_bluetooth_basic">Turn off bluetooth when you aren\'t using it</string>
     <!-- Suggestion for bluetooth headset -->
     <string name="battery_sugg_bluetooth_headset">Try connecting to a different bluetooth device</string>
 
@@ -1908,9 +1908,9 @@ found in the list of installed applications.</string>
     <string name="vpn_a_name">a VPN name</string>
 
     <!-- Toast message shown when a profile is added -->
-    <string name="vpn_profile_added">&#39;%s&#39; is added</string>
+    <string name="vpn_profile_added">\'%s\' is added</string>
     <!-- Toast message shown when changes of a profile is saved -->
-    <string name="vpn_profile_replaced">Changes are made to &#39;%s&#39;</string>
+    <string name="vpn_profile_replaced">Changes are made to \'%s\'</string>
 
     <!-- Preference title -->
     <string name="vpn_user_certificate_title">Set user certificate</string>