Fix broken strings in Settings

Change-Id: I97b3b140b96894982d5d7753b6b3fc6dde2994a8
This commit is contained in:
Svetoslav
2013-06-24 17:49:38 -07:00
committed by The Android Automerger
parent 10dfb7fada
commit 9a424cc8cc
3 changed files with 13 additions and 8 deletions

View File

@@ -3189,10 +3189,10 @@
<!-- Title for accessibility menu item to lauch a settings activity. [CHAR LIMIT=15] -->
<string name="accessibility_menu_item_settings">Settings</string>
<!-- Summary for the enabled state of a feature. [CHAR LIMIT=10] -->
<string name="feature_state_on">On</string>
<!-- Summary for the disabled state of a feature. [CHAR LIMIT=10] -->
<string name="feature_state_off">Off</string>
<!-- Summary for the enabled state of an accessibility feature. [CHAR LIMIT=10] -->
<string name="accessibility_feature_state_on">On</string>
<!-- Summary for the disabled state of an accessibility feature. [CHAR LIMIT=10] -->
<string name="accessibility_feature_state_off">Off</string>
<!-- Title for a warning about security implications of enabling an accessibility
service. [CHAR LIMIT=NONE] -->
@@ -3261,6 +3261,11 @@
<!-- Title for print menu item to launch the add printers activity. [CHAR LIMIT=25] -->
<string name="print_menu_item_add_printers">Add printers</string>
<!-- Summary for the enabled state of a print feature. [CHAR LIMIT=10] -->
<string name="print_feature_state_on">On</string>
<!-- Summary for the disabled state of a print feature. [CHAR LIMIT=10] -->
<string name="print_feature_state_off">Off</string>
<!-- App Fuel Gauge strings -->
<skip />