fix(shell_integration): use title case for macOS and Linux context menus - #10718
Closed
cbrnr wants to merge 1 commit into
Closed
fix(shell_integration): use title case for macOS and Linux context menus#10718cbrnr wants to merge 1 commit into
cbrnr wants to merge 1 commit into
Conversation
Fixes nextcloud#10525. Assisted-by: Codex:GPT-5 Signed-off-by: Clemens Brunner <clemens.brunner@gmail.com>
cbrnr
requested review from
camilasan,
claucambra,
i2h3,
mgallien and
nilsding
as code owners
September 2, 2026 13:51
Collaborator
|
duplicate of #10581 ? |
Author
|
Didn't see that, looks like it! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves
#10525
Summary
This seemingly simple change turned out to be a bit more involved. I don't know if my proposed solution is the best one, as it involves the explicit mapping of the corresponding context menu entries from sentence case to title case multiple times (once for each integration).
I have also not tested the changes in the UI, as I was hoping that the builds will be available from CI, which would be much easier for testing.
TODO
Checklist
AI (if applicable)