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

Commit 2f9787a0 authored by Kevin Jeon's avatar Kevin Jeon
Browse files

Increase character limit on PSS toggle translation

This change increase the character limit on the toggle for
enabling/disabling memory usage profiling. This toggle is gated behind
developer settings and changes some device behaviors; a higher
character limit will allow for more accurate translations.

Test: N/A
Bug: 296454553
Change-Id: I129a22a4c2ebd10f09b3d3a695fdf669da00fe33
parent 946f52b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9484,7 +9484,7 @@
      other   {# apps used memory in the last {time}}
    }</string>
    <!-- Label for toggle that enables the profiling/aggregating of memory usage [CHAR LIMIT=40]-->
    <!-- Label for toggle that enables the profiling/aggregating of memory usage [CHAR LIMIT=80]-->
    <string name="force_enable_pss_profiling_title">Enable memory usage profiling</string>
    <!-- Description with an explanation of the extra resources used if profiling of memory usage is enabled [CHAR LIMIT=NONE]-->
    <string name="force_enable_pss_profiling_summary">Memory usage profiling requires additional system resources.</string>