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

Commit b6d5e212 authored by Justin Klaassen's avatar Justin Klaassen Committed by Android Git Automerger
Browse files

am e2c40a57: Increase CHAR_LIMIT to 40 for menu strings

* commit 'e2c40a57':
  Increase CHAR_LIMIT to 40 for menu strings
parents 313d0b7a e2c40a57
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -189,11 +189,11 @@
    <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
    <string name="approximate">(±1 in last digit)</string>

    <!-- Menu option to display result including leading digits. [CHAR_LIMIT=16] -->
    <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
    <string name="menu_leading">Answer with leading digits</string>
    <!-- Menu option to display result as fraction. [CHAR_LIMIT=16] -->
    <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
    <string name="menu_fraction">Answer as fraction</string>
    <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=16] -->
    <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
    <string name="menu_licenses">Open source licenses</string>

</resources>