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

Commit 1618fbd6 authored by Zemiao Zhu's avatar Zemiao Zhu
Browse files

Increase char limit for new strings.

Bug: 155408054, 155408083
Test: None
Change-Id: Ibd55115fa7cf83a6a26dd0de21b1215977f62396
parent 07634907
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,9 +75,9 @@
    <string name="menu_rename">Rename</string>
    <!-- Menu item that displays properties about the selected document [CHAR LIMIT=28] -->
    <string name="menu_inspect">Get info</string>
    <!-- Menu item that shows hidden files [CHAR LIMIT=28] -->
    <!-- Menu item that shows hidden files [CHAR LIMIT=36] -->
    <string name="menu_show_hidden_files">Show hidden files</string>
    <!-- Menu item that hides hidden files [CHAR LIMIT=28] -->
    <!-- Menu item that hides hidden files [CHAR LIMIT=36] -->
    <string name="menu_hide_hidden_files">Don\u2019t show hidden files</string>
    <!-- Menu item that renames the selected document [CHAR LIMIT=28] -->
    <string name="menu_view_in_owner">View in <xliff:g id="source" example="Google Drive">%1$s</xliff:g></string>