fix(i18n): drop concatenated runtime prefixes

This commit is contained in:
Vincent Koc
2026-07-24 10:00:14 +02:00
parent ac3eb02951
commit e3c2a8be58
2 changed files with 13 additions and 14 deletions
+12 -12
View File
@@ -14538,7 +14538,7 @@
"id": "native.android.7cef45c1a4398242"
},
{
"kind": "ui-call-concatenated",
"kind": "ui-call",
"line": 379,
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
"source": "Node actions run only when the target app is foreground (validated via the remote path). Global actions and same-app actions work here.",
@@ -14547,7 +14547,7 @@
},
{
"kind": "ui-call",
"line": 393,
"line": 392,
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
"source": "Activate",
"surface": "android",
@@ -14555,7 +14555,7 @@
},
{
"kind": "ui-call",
"line": 401,
"line": 400,
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
"source": "Scroll forward",
"surface": "android",
@@ -14563,7 +14563,7 @@
},
{
"kind": "ui-call",
"line": 409,
"line": 408,
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
"source": "Scroll back",
"surface": "android",
@@ -14571,7 +14571,7 @@
},
{
"kind": "ui-call",
"line": 421,
"line": 420,
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
"source": "Text",
"surface": "android",
@@ -14579,7 +14579,7 @@
},
{
"kind": "ui-call",
"line": 430,
"line": 429,
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
"source": "Set text",
"surface": "android",
@@ -14587,7 +14587,7 @@
},
{
"kind": "ui-call",
"line": 461,
"line": 460,
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
"source": "$reference $role",
"surface": "android",
@@ -14595,7 +14595,7 @@
},
{
"kind": "ui-call",
"line": 471,
"line": 470,
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
"source": "text: $value",
"surface": "android",
@@ -14603,7 +14603,7 @@
},
{
"kind": "ui-call",
"line": 477,
"line": 476,
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
"source": "description: $value",
"surface": "android",
@@ -14611,7 +14611,7 @@
},
{
"kind": "ui-call",
"line": 483,
"line": 482,
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
"source": "bounds: $value",
"surface": "android",
@@ -14619,7 +14619,7 @@
},
{
"kind": "ui-call",
"line": 492,
"line": 491,
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
"source": "actions: $value",
"surface": "android",
@@ -14627,7 +14627,7 @@
},
{
"kind": "ui-call",
"line": 494,
"line": 493,
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
"source": "none",
"surface": "android",
@@ -377,8 +377,7 @@ private fun SelectedNodeControls(
if (showTargetMismatchNote) {
Text(
nativeString(
"Node actions run only when the target app is foreground (validated via the remote path). " +
"Global actions and same-app actions work here.",
"Node actions run only when the target app is foreground (validated via the remote path). Global actions and same-app actions work here.",
),
style = MaterialTheme.typography.bodySmall,
color = MaterialTheme.colorScheme.onSurfaceVariant,