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

Commit 024711aa authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Increase char limit for button strings

As requested by translators.

Bug: 129846060
Change-Id: I181989e1a2086c18eb1205b214cd83ea9586484b
Fixes: 129846060
parent 0f1f7944
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -159,11 +159,11 @@

    <!-- Label for a button in the dialog box that asks the user to use an existing, theme (style)
        instead of their customly defined one. The button let's the user use the suggested theme
        [CHAR_LIMIT=15] -->
        [CHAR_LIMIT=16] -->
    <string name="use_style_button">Use <xliff:g name="style_name">%1$s</xliff:g></string>

    <!-- Label for a button in the dialog box that asks the user to use an existing, theme (style)
        instead of their customly defined one. The button dismisses the dialog and goes back to the
        previous screen. [CHAR_LIMIT=15]  -->
        previous screen. [CHAR_LIMIT=16]  -->
    <string name="no_thanks">No, thanks</string>
</resources>