Skip to content

Use title case for context menu entries on macOS and Linux - #10581

Open
xhon-pelushi wants to merge 1 commit into
nextcloud:masterfrom
xhon-pelushi:fix/title-case-context-menu-10525
Open

Use title case for context menu entries on macOS and Linux#10581
xhon-pelushi wants to merge 1 commit into
nextcloud:masterfrom
xhon-pelushi:fix/title-case-context-menu-10525

Conversation

@xhon-pelushi

Copy link
Copy Markdown

Summary

  • Use title case for shell/Finder context menu labels on macOS and Linux (Lock File, Share Options, Open in Browser, Copy Internal Link, File Actions).
  • Keep Windows sentence case via Q_OS_WIN helpers.
  • Title-case Mac File Provider "Always Keep Downloaded" and Linux/macOS VFS pin/free-space actions.

Fixes #10525

Test plan

  • On Linux: open a synced file context menu and confirm title-cased labels.
  • On Windows: confirm sentence case is unchanged.
  • On macOS File Provider: confirm "Always Keep Downloaded" label.

Match platform HIG capitalization for Finder/Files context menu and
Quick Actions labels on macOS and Linux, while keeping Windows
sentence case. Covers the socket API context menu (share, lock/unlock,
open in browser, copy internal link), VFS pin/free-space actions, the
macOS File Provider extension's "Always Keep Downloaded" action, and
the Linux GNOME cloud providers menu.

Fixes nextcloud#10525

Signed-off-by: xhon-pelushi <xhon@pelushi.com>
@xhon-pelushi
xhon-pelushi force-pushed the fix/title-case-context-menu-10525 branch from 78ff18b to d98c456 Compare August 12, 2026 05:00
@Rello Rello added this to the 35.0.0 milestone Aug 12, 2026
@Rello

Rello commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

we need to check the translation system to be still working.
as translators need to adjust the strings in transifex, this should not be merged shortly before a release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use title case for context menu entries on macOS and Linux

2 participants