Fix string for hdpi devices

Change-Id: Icfad64a4c7df0a6c68336cc361e60ec626b5d735
This commit is contained in:
Romain Guy
2011-10-05 18:49:52 -07:00
parent 8dcb0252ea
commit 3d32d00edd

View File

@@ -2914,7 +2914,7 @@ found in the list of installed apps.</string>
<string name="usage_type_cpu_foreground">CPU foreground</string>
<!-- [CHAR LIMIT=25] Label for keeping device from sleeping -->
<string name="usage_type_wake_lock">Keep awake</string>
<!-- Label for GPU usage time -->
<!-- Label for GPS usage time -->
<string name="usage_type_gps">GPS</string>
<!-- [CHAR LIMIT=25] Label for WIFI usage time -->
<string name="usage_type_wifi_running">WiFi running</string>
@@ -3480,9 +3480,9 @@ found in the list of installed apps.</string>
<string name="show_cpu_usage_summary">Screen overlay showing current CPU usage</string>
<!-- UI debug setting: force hardware acceleration to render apps [CHAR LIMIT=25] -->
<string name="force_hw_ui">Force hardware acceleration</string>
<string name="force_hw_ui">Force GPU rendering</string>
<!-- UI debug setting: force hardware acceleration summary [CHAR LIMIT=50] -->
<string name="force_hw_ui_summary">Render apps using the GPU</string>
<string name="force_hw_ui_summary">Use 2D hardware acceleration in applications</string>
<!-- UI debug setting: scaling factor for window animations [CHAR LIMIT=25] -->
<string name="window_animation_scale_title">Window animation scale</string>