From 33497e59ccd5cba7327c0aeb52239bb5ec406bce Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:12:05 +0100 Subject: [PATCH] Update 'Ignore Shortcut' text to 'Ignore Conflict' for clarity (#46318) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary of the Pull Request Updates the checkbox label in the ShortcutConflictWindow (shown in the Settings Dashboard when a hotkey conflict is detected) from "Ignore shortcut" to "Ignore conflict". This change clarifies that checking the box ignores the *conflict*, not the shortcut itself. ## PR Checklist - [ ] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [ ] **Tests:** Added/updated and all pass - [ ] **Localization:** All end-user-facing strings can be localized - [ ] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: #xxx ## Detailed Description of the Pull Request / Additional comments **File changed:** `src/settings-ui/Settings.UI/Strings/en-us/Resources.resw` - Updated `ShortcutConflictWindow_IgnoreShortcut.Content` from `"Ignore shortcut"` to `"Ignore conflict"`. The checkbox appears in the ShortcutConflictWindow header row next to the conflicting hotkey. The previous label "Ignore shortcut" was ambiguous — it was unclear whether it meant "ignore the conflict" (allow the shortcut to coexist) or "ignore the shortcut" (disable it). The new label "Ignore conflict" makes the intent unambiguous. ## Validation Steps Performed - Manually verified the resource string change in `Resources.resw`. - Confirmed the `x:Uid="ShortcutConflictWindow_IgnoreShortcut"` binding in `ShortcutConflictWindow.xaml` picks up the updated `.Content` value.
Original prompt > > ---- > > *This section details on the original issue you should resolve* > > "Ignore Shortcut" is ambiguous; Suggest change to "Ignore Conflict" > ### Description of the new feature / enhancement > > When ignoring shortcut conflicts, it is unclear (to me) if the "Ignore shortcut" check box "ignores the conflict" (good) or "ignores the shortcut" ... so it can't be used (bad). A change to the wording to "Ignore Conflict" would clarify the intent. > > ### Scenario when this would be used? > > Renaming avoids ambiguity and avoids (me) wasting time checking the AIs for what the check box actually does. > > ### Supporting information > > Not needed (I think) > > ## Comments on the Issue (you are @copilot in this section) > > > >
- Fixes microsoft/PowerToys#46296 --- 📱 Kick off Copilot coding agent tasks wherever you are with [GitHub Mobile](https://gh.io/cca-mobile-docs), available on iOS and Android. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: niels9001 <9866362+niels9001@users.noreply.github.com> --- src/settings-ui/Settings.UI/Strings/en-us/Resources.resw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw index 1bdf397f72..e09debcce8 100644 --- a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw +++ b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw @@ -5883,7 +5883,7 @@ Text uses the current drawing color. Welcome to PowerToys - Ignore shortcut + Ignore conflict Add model