From dea0c6d1e873eac30f9087e80026cf5127428fbf Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Fri, 13 Mar 2026 23:11:45 +0000 Subject: fix: resolve XML syntax and resource formatting errors --- android-app/app/src/main/res/values/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'android-app/app/src/main/res/values') diff --git a/android-app/app/src/main/res/values/strings.xml b/android-app/app/src/main/res/values/strings.xml index 44f67ea..14f8d29 100644 --- a/android-app/app/src/main/res/values/strings.xml +++ b/android-app/app/src/main/res/values/strings.xml @@ -39,6 +39,6 @@ SET ANCHOR STOP WATCH Anchor Watch Inactive - Anchor Set at %.4f, %.4f\nRadius: %.1fm\nDistance: %.1fm (%.1fm from limit) - !!! ANCHOR DRAG !!!\nAnchor Set at %.4f, %.4f\nRadius: %.1fm\nDistance: %.1fm (%.1fm OVER limit) - \ No newline at end of file + Anchor Set at %1$.4f, %2$.4f\nRadius: %3$.1fm\nDistance: %4$.1fm (%5$.1fm from limit) + !!! ANCHOR DRAG !!!\nAnchor Set at %1$.4f, %2$.4f\nRadius: %3$.1fm\nDistance: %4$.1fm (%5$.1fm OVER limit) + -- cgit v1.2.3