From 3c41e072c03dbab46ad87d8c4ec8b533c0987f2e Mon Sep 17 00:00:00 2001
From: James Rich <2199651+jamesarich@users.noreply.github.com>
Date: Thu, 13 Nov 2025 15:28:16 -0600
Subject: [PATCH] fix(strings): Correct format specifiers for plurals and
integers (#3698)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
---
.../src/commonMain/composeResources/values/strings.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/core/strings/src/commonMain/composeResources/values/strings.xml b/core/strings/src/commonMain/composeResources/values/strings.xml
index 61402f2ce..d95c2a689 100644
--- a/core/strings/src/commonMain/composeResources/values/strings.xml
+++ b/core/strings/src/commonMain/composeResources/values/strings.xml
@@ -325,8 +325,8 @@
SQL Cache purge failed, see logcat for details
Cache Manager
Download complete!
- Download complete with %d errors
- %d tiles
+ Download complete with %1$d errors
+ %1$d tiles
bearing: %1$d° distance: %2$s
Edit waypoint
Delete waypoint?
@@ -396,7 +396,7 @@
Direct
- 1 hop
- - %d hops
+ - %1$d hops
Hops towards %1$d Hops back %2$d
24H
@@ -887,7 +887,7 @@
Meshtastic uses notifications to keep you updated on new messages and other important events. You can update your notification permissions at any time from settings.
Next
Grant Permissions
- %d nodes queued for deletion:
+ %1$d nodes queued for deletion:
Caution: This removes nodes from in-app and on-device databases.\nSelections are additive.
Connecting to device
Normal