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

Commit 14e2be78 authored by Sunny Shao's avatar Sunny Shao
Browse files

Add character limit for app_link_open_always_summary string

Fixes: 148422248
Test: compilation

Change-Id: If8d10e3394025baa559ae11881ee7775e171d6f2
parent 37a67a48
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9086,6 +9086,7 @@
    <!-- Explanation that the app that will NEVER be launched to open web links to domains that it understands -->
    <string name="app_link_open_never">Don&#8217;t allow app to open links</string>
    <!-- Summary for allow app to open supported links [CHAR LIMIT=42] -->
    <plurals name="app_link_open_always_summary">
        <item quantity="one">App claims to handle <xliff:g id="count">%d</xliff:g> link</item>
        <item quantity="other">App claims to handle <xliff:g id="count">%d</xliff:g> links</item>