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

Commit b1a691f9 authored by shafik's avatar shafik
Browse files

Extending CHAR LIMIT for Give Access string

The CHAR LIMIT (the maximum number of chars to be assigned for a
specific string) for 'Give Access' was initially set to 16.
In translation, this text got longer and reached 17 chars.
This commit extends CHAR LIMIT for this string to 18.

Change-Id: Ifae954a8bb9ef50ec66e4b9c00dcb80735b002ea
Fixes: 122229622
Test: ensured building does not break
parent 2f16d51c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3072,7 +3072,7 @@
    <!-- Title of intent resolver dialog when selecting a viewer application that opens URI
         and a previously used application is known [CHAR LIMIT=128]. -->
    <string name="whichGiveAccessToApplicationNamed">Give access to open <xliff:g id="host" example="mail.google.com">%1$s</xliff:g> links with <xliff:g id="application" example="Gmail">%2$s</xliff:g></string>
    <!-- Label for a link to an intent resolver dialog to open URI [CHAR LIMIT=16] -->
    <!-- Label for a link to an intent resolver dialog to open URI [CHAR LIMIT=18] -->
    <string name="whichGiveAccessToApplicationLabel">Give access</string>
    <!-- Title of intent resolver dialog when selecting an editor application to run. -->
    <string name="whichEditApplication">Edit with</string>