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

Commit 46cc0877 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Increase char limit for content description of photo picker

The space between account type and user name is handled in the
older submission.

Bug: 25651380
Change-Id: I76126025a654941cc0a4bcbd56d52a0bc288de98
parent 71149ba5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -897,11 +897,11 @@
    <string name="editor_delete_view_description_short">Delete <xliff:g id="data_kind">%s</xliff:g></string>

    <!-- Content description of photo in photo picker indicating a photo from a specific account is *not* selected.
         For example: Photo from Google abc@gmail.com not checked. [CHAR LIMIT=30]-->
         For example: Photo from Google abc@gmail.com not checked. [CHAR LIMIT=60]-->
    <string name="photo_view_description_not_checked">Photo from <xliff:g id="account_type">%s </xliff:g><xliff:g id="user_name">%s </xliff:g>not checked</string>

    <!-- Content description of photo in photo picker indicating a photo from a specific account is selected.
         For example: Photo from Google abc@gmail.com checked. [CHAR LIMIT=30]-->
         For example: Photo from Google abc@gmail.com checked. [CHAR LIMIT=60]-->
    <string name="photo_view_description_checked">Photo from <xliff:g id="account_type">%s </xliff:g><xliff:g id="user_name">%s </xliff:g>checked</string>

</resources>