am 3d32d00e: Fix string for hdpi devices

* commit '3d32d00edd41aaedd426f2ab1a2309a8cd8a03b6':
  Fix string for hdpi devices
This commit is contained in:
Romain Guy
2011-10-06 15:18:41 -07:00
committed by Android Git Automerger

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>