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

Commit 7a990adb authored by Tony Huang's avatar Tony Huang
Browse files

Update string

Bug: 143928886
Bug: 144060668
Test: atest DocumentsUIGoogleTests
Change-Id: I60ecf7b0ff0bf4d61c47612d71f622d3872a2812
parent f3e3a7a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@
    <string name="toast_view_in_archives_unsupported">Cannot open files in archives</string>
    <!-- Toast shown when some of the selected documents failed to be deleted [CHAR LIMIT=48] -->
    <string name="toast_failed_delete">Unable to delete some documents</string>
    <!-- Toast shown when user want to share files amount over limit [CHAR LIMIT=48] -->
    <!-- Toast shown when user want to share files amount over limit [CHAR LIMIT=60] -->
    <string name="toast_share_over_limit">Can\u2019t share more than <xliff:g id="count" example="1">%1$d</xliff:g> files</string>

    <!-- Title of dialog when prompting user to select an app to share documents with [CHAR LIMIT=32] -->
@@ -463,7 +463,7 @@
    <string name="anonymous_application">Anonymous</string>
    <!-- Button text show on open document tree flow. [CHAR_LIMIT=48] -->
    <string name="open_tree_button">Use this folder</string>
    <!-- Confrim dialog title show on open document tree flow. [CHAR_LIMIT=60] -->
    <!-- Confrim dialog title show on open document tree flow. [CHAR_LIMIT=80] -->
    <string name="open_tree_dialog_title">Allow <xliff:g id="appName" example="Drive">%1$s</xliff:g> to access files in <xliff:g id="directory" example="DCIM">%2$s</xliff:g>?</string>
    <!-- Confrim dialog message show on open document tree flow.-->
    <string name="open_tree_dialog_message">This will let <xliff:g id="appName" example="Drive">%1$s</xliff:g> access current and future content stored in <xliff:g id="directory" example="DCIM">%2$s</xliff:g>.</string>