Skip to content

Commit

Permalink
fix for non-positional format of string resource (#1875)
Browse files Browse the repository at this point in the history
#1847

Co-authored-by: Michael Winkler <29900947+Mika-89@users.noreply.github.com>
  • Loading branch information
michael-winkler and michael-winkler committed Mar 31, 2023
1 parent d4dde39 commit 9ecf350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osmdroid-android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
<string name="cacheManagerCancelBody">Do you want to cancel the map download?</string>
<string name="cacheManagerYes">Yes</string>
<string name="cacheManagerNo">No</string>
<string name="cacheManagerHandlingMessage">Handling zoom level: %s (from %s to %s)</string>
<string name="cacheManagerHandlingMessage">Handling zoom level: %1$s (from %2$s to %3$s)</string>
</resources>

0 comments on commit 9ecf350

Please sign in to comment.