OSDN Git Service

cleanup Exit car mode in UI.
authorBernd Holzhey <holzhey@google.com>
Mon, 1 Mar 2010 09:26:46 +0000 (10:26 +0100)
committerBernd Holzhey <holzhey@google.com>
Mon, 1 Mar 2010 09:26:46 +0000 (10:26 +0100)
Change notification text from 'disable car mode" to 'exit car mode'.

core/res/res/values/strings.xml

index 394ce0a..35ea0cc 100644 (file)
     <!-- Strings for car mode notification -->
     <!-- Shown when car mode is enabled -->
     <string name="car_mode_disable_notification_title">Car mode enabled</string>
-    <string name="car_mode_disable_notification_message">Select to disable car mode.</string>
+    <string name="car_mode_disable_notification_message">Select to exit car mode.</string>
 
 </resources>