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

Commit 121295f7 authored by Jason Monk's avatar Jason Monk
Browse files

Fix string %d insertions

They need an order

Bug: 22997094
Change-Id: I6ecaf827df60e7ce4b7c2ce59adaf7cf059ae218
parent cea90ebd
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>