OSDN Git Service

Fix 6513486: Extend char limit from 30 to 50.
authorRay Chen <raychen@google.com>
Fri, 18 May 2012 00:41:33 +0000 (08:41 +0800)
committerRay Chen <raychen@google.com>
Mon, 21 May 2012 05:47:34 +0000 (13:47 +0800)
b:6513486

Change-Id: I1d4cdd7e1c0a5019458778120f6be9e5b0492e1b

res/values/strings.xml

index f369df9..1772f08 100644 (file)
@@ -99,7 +99,7 @@
 
     <!-- Details dialog "OK" button. Dismisses dialog. -->
     <string name="delete">Delete</string>
-    <!-- String Delete the selected media item(s) [CHAR LIMIT=30] -->
+    <!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
     <plurals name="delete_selection">
         <item quantity="one">Delete selected item?</item>
         <item quantity="other">Delete selected items?</item>