OSDN Git Service

Shorten the preference string to fit
authorSascha Haeberling <haeberling@google.com>
Thu, 10 Apr 2014 22:23:44 +0000 (15:23 -0700)
committerSascha Haeberling <haeberling@google.com>
Thu, 10 Apr 2014 22:23:44 +0000 (15:23 -0700)
  Bug: 13962104

Change-Id: Ie0ba57ad1644241748c8d0406c08be1c981b8f63

res/values/strings.xml

index fbf9ae2..1b54aef 100644 (file)
@@ -856,6 +856,6 @@ CHAR LIMIT=NONE] -->
 
     <!-- Title of a preference group for advanced preferences. [CHAR LIMIT=30] -->
     <string name="pref_category_advanced">Advanced</string>
-    <!-- Title of a preference for enabling manual exposure compensation. [CHAR LIMIT=30] -->
-    <string name="pref_camera_exposure_compensation">Enable manual exposure compensation</string>
+    <!-- Title of a preference for enabling manual exposure compensation. [CHAR LIMIT=20] -->
+    <string name="pref_camera_exposure_compensation">Manual exposure</string>
  </resources>