fix "Multiple substitutions specified in non-positional format of string resource string/connected_count"

This commit is contained in:
andrekir 2022-03-02 14:25:35 -03:00
parent 598ec54cf3
commit ede48be4f3
19 changed files with 19 additions and 88 deletions

View file

@ -52,7 +52,7 @@
<string name="share">Share</string>
<string name="disconnected">Disconnected</string>
<string name="device_sleeping">Device sleeping</string>
<string name="connected_count">Connected: %s of %s online</string>
<string name="connected_count">Connected: %1$s of %2$s online</string>
<string name="list_of_nodes">A list of nodes in the network</string>
<string name="update_firmware">Update Firmware</string>
<string name="connected">Connected to radio</string>