OSDN Git Service

Genericize strings with SD card references.
authorEric Fischer <enf@google.com>
Tue, 28 Sep 2010 23:31:58 +0000 (16:31 -0700)
committerEric Fischer <enf@google.com>
Wed, 29 Sep 2010 17:56:20 +0000 (10:56 -0700)
Change-Id: Ife7f7178b7ba11650bb81a6afc61e70e4b8a7b4f

apps/GestureBuilder/res/values/strings.xml

index 9b9ba84..fba09c4 100644 (file)
@@ -64,6 +64,6 @@
     <string name="gestures_rename_title">Rename gesture</string>
     <!-- Label of gesture name field in Rename gesture dialog box -->
     <string name="gestures_rename_label">Gesture name</string>
-    <!-- Message, displayed when the sdcard cannot be found, 1st parameter is the name of the file that stores the gestures -->
-    <string name="gestures_error_loading">Could not load %s. Make sure you have a mounted SD card.</string>
+    <!-- Message, displayed when the sdcard cannot be found, 1st parameter is the name of the file that stores the gestures.  CHAR LIMIT=80 -->
+    <string name="gestures_error_loading">Could not load %s. Make sure you have storage available.</string>
 </resources>