Strings edits to meet UI text standards.
* fixed some capitalization
* Use "choose" not "select"
Bug: 5163232

Change-Id: Ib28c41d430da41a26eedc52a7f96626f3522cc25
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6619f8e..7646cc6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -50,14 +50,14 @@
     <string name="debug_tool_start_button">Start</string>
     
     <!-- Debug tool - Main message shown to the user when starting up the debug tool [CHAR LIMIT=NONE] -->
-    <string name="debug_tool_message">You are about to 1) make a copy of your calendar database to the sd card/usb storage which is readable by any app and 2) email it. Remember to delete it as soon as you have successfully copied it off the device or the email is received.</string>
+    <string name="debug_tool_message">You are about to 1) make a copy of your calendar database to the SD card/USB storage, which is readable by any app, and 2) email it. Remember to delete the copy as soon as you have successfully copied it off the device or the email is received.</string>
 
     <!-- Debug tool - email subject [CHAR LIMIT=NONE] -->
-    <string name="debug_tool_email_sender_picker">Select a program to send your file</string>
+    <string name="debug_tool_email_sender_picker">Choose a program to send your file</string>
 
     <!-- Debug tool - email subject [CHAR LIMIT=NONE] -->
     <string name="debug_tool_email_subject">Calendar Db attached</string>
 
     <!-- Debug tool - email body [CHAR LIMIT=NONE] -->
-    <string name="debug_tool_email_body">Attached is my calendar database with all my appointments and personal information. Please handle with care.</string>
+    <string name="debug_tool_email_body">Attached is my Calendar database with all my appointments and personal information. Handle with care.</string>
 </resources>