From 8aa56c25f43eba0aa341b5bbead8ca5496b7510b Mon Sep 17 00:00:00 2001 From: Carlos Zamora Date: Wed, 21 Aug 2024 11:13:39 -0700 Subject: [PATCH] Add ellipses back in to some command names (#17715) In #16886, the key for the nested action got renamed from `Split Pane...` to `Split pane`. This accidentally caused a collision because now there's two actions with the same name! The settings model then prefers the user's action over the one defined in defaults.json, thus completely hiding the nested version. I tried to balance the stylistic recommendations from #16846 (mainly [this comment](https://github.com/microsoft/terminal/issues/16846#issuecomment-2005007519) since it gave some excellent examples) while trying to maintain muscle memory as much as possible (with similar substring sequences). There was also one case where we still used "the tab" so I removed the "the" for consistency. Side effect of #16886 which closed #16846 Closes #17294 Closes #17684 (cherry picked from commit 0a7c2585a24fe93b47ece780a107052c88fce76a) Service-Card-Id: PVTI_lADOAF3p4s4AmhmszgSFdXc Service-Version: 1.21 --- .../Resources/en-US/Resources.resw | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/cascadia/TerminalSettingsModel/Resources/en-US/Resources.resw b/src/cascadia/TerminalSettingsModel/Resources/en-US/Resources.resw index 6179099bdf..bead61e014 100644 --- a/src/cascadia/TerminalSettingsModel/Resources/en-US/Resources.resw +++ b/src/cascadia/TerminalSettingsModel/Resources/en-US/Resources.resw @@ -118,13 +118,13 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Select color scheme + Select color scheme... - New tab + New tab... - Split pane + Split pane... Terminal (Portable) @@ -325,7 +325,7 @@ {Locked="JSON"}. "JSON" is the extension of the file that will be opened. - Set the tab color + Set tab color... Paste @@ -347,7 +347,7 @@ Reset tab title - Rename tab title + Rename tab Resize pane @@ -441,7 +441,7 @@ Switch to the last tab - Search for tab + Search for tab... Toggle always on top mode @@ -449,9 +449,6 @@ Toggle command palette - - Recent commands - Open suggestions @@ -515,7 +512,7 @@ Reset window name - Rename window + Rename window... Display Terminal's current working directory @@ -566,7 +563,7 @@ Quit the Terminal - Set background opacity + Set background opacity... Increase background opacity by {0}%