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

Commit 761c350d authored by Jason Monk's avatar Jason Monk Committed by Android Git Automerger
Browse files

am 51fc8c6e: Merge "Fix string %d insertions" into mnc-dev

* commit '51fc8c6e':
  Fix string %d insertions
parents 9549dab0 51fc8c6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@
    <string name="default_permission_description">perform an unknown action</string>

    <!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] -->
   <string name="app_permissions_group_summary"><xliff:g id="count" example="10">%d</xliff:g> of <xliff:g id="count" example="10">%d</xliff:g> apps allowed</string>
   <string name="app_permissions_group_summary"><xliff:g id="count" example="10">%1$d</xliff:g> of <xliff:g id="count" example="10">%2$d</xliff:g> apps allowed</string>

   <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are shown -->
   <string name="menu_show_system">Show system</string>