From aebb9dc9d202cf36f5cf5a4ab2e65b4d560abf8d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:13:07 +0000 Subject: [PATCH 1/2] Initial plan From abcbe1b44db65c1477236904892388d73461b243 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:17:38 +0000 Subject: [PATCH 2/2] Fix merge error message showing source code instead of translated text Co-authored-by: jenningsanderson <1637425+jenningsanderson@users.noreply.github.com> --- modules/behaviors/KeyOperationBehavior.js | 2 +- modules/modes/SelectOsmMode.js | 2 +- modules/ui/edit_menu.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/behaviors/KeyOperationBehavior.js b/modules/behaviors/KeyOperationBehavior.js index 20acf651bc..e72ae76913 100644 --- a/modules/behaviors/KeyOperationBehavior.js +++ b/modules/behaviors/KeyOperationBehavior.js @@ -77,7 +77,7 @@ export class KeyOperationBehavior extends AbstractBehavior { .duration(4000) .iconName(`#rapid-operation-${operation.id}`) .iconClass('operation disabled') - .label(operation.tooltip)(); + .label(operation.tooltip())(); } else { ui.Flash diff --git a/modules/modes/SelectOsmMode.js b/modules/modes/SelectOsmMode.js index c0c7c9d75e..6582ed3e17 100644 --- a/modules/modes/SelectOsmMode.js +++ b/modules/modes/SelectOsmMode.js @@ -318,7 +318,7 @@ export class SelectOsmMode extends AbstractMode { .duration(4000) .iconName(`#rapid-operation-${operation.id}`) .iconClass('operation disabled') - .label(operation.tooltip)(); + .label(operation.tooltip())(); return; } diff --git a/modules/ui/edit_menu.js b/modules/ui/edit_menu.js index 427bec946d..a91903b72f 100644 --- a/modules/ui/edit_menu.js +++ b/modules/ui/edit_menu.js @@ -179,7 +179,7 @@ export function uiEditMenu(context) { .duration(4000) .iconName(`#rapid-operation-${operation.id}`) .iconClass('operation disabled') - .label(operation.tooltip)(); + .label(operation.tooltip())(); } } else { if (_lastPointerUpType === 'touch' || _lastPointerUpType === 'pen') {