Enabling translation for preference string

> Removing description string

Bug: 22065032
Change-Id: I8acb51b113066924f028b4dd891b508027e7cb6a
This commit is contained in:
Sunny Goyal 2015-06-25 17:11:30 -07:00
parent 9063bfaad0
commit b6e358f2f2
2 changed files with 1 additions and 4 deletions

View File

@ -167,10 +167,8 @@
<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>

View 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"
/>