OSDN Git Service

Enabling translation for preference string
authorSunny Goyal <sunnygoyal@google.com>
Fri, 26 Jun 2015 00:11:30 +0000 (17:11 -0700)
committerSunny Goyal <sunnygoyal@google.com>
Fri, 26 Jun 2015 00:35:14 +0000 (17:35 -0700)
> Removing description string

Bug: 22065032
Change-Id: I8acb51b113066924f028b4dd891b508027e7cb6a

res/values/strings.xml
res/xml/launcher_preferences.xml

index 440a537..88f149b 100644 (file)
     <string name="settings_button_text">Settings</string>
 
     <!-- Strings for settings -->
-    <!-- Title for Allow Rotation setting. [CHAR LIMIT=50] [DO NOT TRANSLATE] -->
+    <!-- Title for Allow Rotation setting. [CHAR LIMIT=50] -->
     <string name="allow_rotation_title">Allow rotation</string>
-    <!-- Summary for Allow Rotation setting. [CHAR LIMIT=150] [DO NOT TRANSLATE] -->
-    <string name="allow_rotation_summary">Allow rotation of the home screen</string>
 
     <!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] -->
     <string name="package_state_unknown">Unknown</string>
index f283575..624d9eb 100644 (file)
@@ -19,7 +19,6 @@
     <SwitchPreference
             android:key="pref_allowRotation"
             android:title="@string/allow_rotation_title"
-            android:summary="@string/allow_rotation_summary"
             android:defaultValue="@bool/allow_rotation"
             android:persistent="true"
     />