Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: UI style errors: Menu items capitalization and … (ellipses) mark misuse #16886

Merged

Conversation

HarshNarayanJha
Copy link
Contributor

@HarshNarayanJha HarshNarayanJha commented Mar 17, 2024

I changed the improper capitalization and misuse of ellipses mark (...) in the context menu and various other places.

Fixes issues #16819 and #16846

PR Checklist

This comment has been minimized.

@HarshNarayanJha
Copy link
Contributor Author

@microsoft-github-policy-service agree

@HarshNarayanJha HarshNarayanJha marked this pull request as ready for review March 17, 2024 10:16
@HarshNarayanJha
Copy link
Contributor Author

May I know what's stopping this PR from being merged?

@lhecker
Copy link
Member

lhecker commented Mar 27, 2024

May I know what's stopping this PR from being merged?

Pull requests require two approvals and other team members haven't had time to check this PR out yet. That's basically it. 😅

Copy link
Member

@carlos-zamora carlos-zamora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! Sorry it took us a bit to get to it 😅

@carlos-zamora carlos-zamora added this pull request to the merge queue Apr 10, 2024
Merged via the queue into microsoft:main with commit 8bd9578 Apr 10, 2024
15 checks passed
@HarshNarayanJha
Copy link
Contributor Author

Thanks for merging!

DHowett pushed a commit that referenced this pull request Apr 16, 2024
… misuse (#16886)

I changed the improper capitalization and misuse of ellipses mark (...)
in the context menu and various other places.

Fixes issues #16819 and #16846

## PR Checklist
- [ ] Closes #16846
- [x] Tests added/passed - NA
- [x] Documentation updated - NA
- If checked, please file a pull request on [our docs
repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx
- [x] Schema updated (if necessary) - NA

(cherry picked from commit 8bd9578)
Service-Card-Id: 92350387
Service-Version: 1.20
DHowett pushed a commit that referenced this pull request Apr 16, 2024
(cherry picked from commit f4d8a74)
Service-Card-Id: 92350383
Service-Version: 1.20
DHowett pushed a commit that referenced this pull request Apr 16, 2024
… misuse (#16886)

I changed the improper capitalization and misuse of ellipses mark (...)
in the context menu and various other places.

Fixes issues #16819 and #16846

## PR Checklist
- [ ] Closes #16846
- [x] Tests added/passed - NA
- [x] Documentation updated - NA
- If checked, please file a pull request on [our docs
repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx
- [x] Schema updated (if necessary) - NA

(cherry picked from commit 8bd9578)
Service-Card-Id: 92350386
Service-Version: 1.19
DHowett pushed a commit that referenced this pull request Apr 16, 2024
(cherry picked from commit f4d8a74)
Service-Card-Id: 92350382
Service-Version: 1.19
@zadjii-msft zadjii-msft mentioned this pull request Apr 23, 2024
4 tasks
DHowett pushed a commit that referenced this pull request Aug 21, 2024
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](#16846 (comment))
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
DHowett pushed a commit that referenced this pull request Aug 21, 2024
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](#16846 (comment))
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 0a7c258)
Service-Card-Id: PVTI_lADOAF3p4s4AmhmszgSFdXc
Service-Version: 1.21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Cherry Picked
Development

Successfully merging this pull request may close these issues.

UI style errors: Menu items capitalization and … (ellipses) mark misuse
3 participants