summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/values
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-13 23:11:45 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-13 23:11:45 +0000
commitdea0c6d1e873eac30f9087e80026cf5127428fbf (patch)
tree304fa24f090304c45139ce7d97a27cbd5f063f09 /android-app/app/src/main/res/values
parent4ba62325c1dd61a936126d5dbbf5c5985d6b55d5 (diff)
fix: resolve XML syntax and resource formatting errors
Diffstat (limited to 'android-app/app/src/main/res/values')
-rw-r--r--android-app/app/src/main/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
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 @@
<string name="button_set_anchor">SET ANCHOR</string>
<string name="button_stop_anchor">STOP WATCH</string>
<string name="anchor_inactive">Anchor Watch Inactive</string>
- <string name="anchor_active_format">Anchor Set at %.4f, %.4f\nRadius: %.1fm\nDistance: %.1fm (%.1fm from limit)</string>
- <string name="anchor_active_dragging_format">!!! ANCHOR DRAG !!!\nAnchor Set at %.4f, %.4f\nRadius: %.1fm\nDistance: %.1fm (%.1fm OVER limit)</string>
-</resources> \ No newline at end of file
+ <string name="anchor_active_format">Anchor Set at %1$.4f, %2$.4f\nRadius: %3$.1fm\nDistance: %4$.1fm (%5$.1fm from limit)</string>
+ <string name="anchor_active_dragging_format">!!! ANCHOR DRAG !!!\nAnchor Set at %1$.4f, %2$.4f\nRadius: %3$.1fm\nDistance: %4$.1fm (%5$.1fm OVER limit)</string>
+</resources>