Genericize strings with SD card references.

Change-Id: If89e4a8d92ede146bd0b2cde9ff63d521cbb659d
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 17fb7e2..eefe931 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -24,7 +24,8 @@
 <resources>
     <!-- Simple strings. -->
     <string name="quake_activity">Quake</string>
-    <string name="quake_customDownloadText">Please wait while the Quake data files are copied to your SD card.</string>
+    <!-- Displayed while copying Quake data to storage.  CHAR LIMIT=NONE -->
+    <string name="quake_customDownloadText">Please wait while the Quake data files are copied.</string>
     <string name="download_activity_title">Downloading</string>
     <string name="download_activity_cancel">Cancel Download</string>
     <string name="download_activity_progress">Progress:</string>