Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d32d00e authored by Romain Guy's avatar Romain Guy
Browse files

Fix string for hdpi devices

Change-Id: Icfad64a4c7df0a6c68336cc361e60ec626b5d735
parent 8dcb0252
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>