Skip to content

docs: correct UI labels in using.adoc#760

Open
DeepDiver1975 wants to merge 1 commit into
masterfrom
fix/using-ui-labels
Open

docs: correct UI labels in using.adoc#760
DeepDiver1975 wants to merge 1 commit into
masterfrom
fix/using-ui-labels

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Member

master counterpart of #759. Corrects four control labels to match client 7.1: Start on Login (not Launch on System Startup), Copy (not Copy to clipboard), Show in (not Show file in browser), and the wizard btn:[Advanced] (not Advanced configuration).

🤖 Generated with Claude Code

Several control labels did not match client 7.1:
- "Launch on System Startup" -> "Start on Login" (generalsettings.ui:55)
- activity "Copy to clipboard" -> "Copy" (commonstrings.cpp:44)
- activity "Show file in browser" -> "Show in <file manager>"
  (commonstrings.cpp:32-34; distinct from "Show in web browser")
- wizard "Advanced configuration" button -> "Advanced"
  (newaccountwizardcontroller.cpp:66)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
@DeepDiver1975

Copy link
Copy Markdown
Member Author

Review — UI label corrections in using.adoc

Verdict: Approve (clean) — verified against owncloud/client @ 7.1 source.

All four label changes are accurate. I spot-checked each against the client source:

Old (wrong) New (correct) Source verified
Launch on System Startup Start on Login src/gui/generalsettings.ui:55 <string>Start on Login</string>
Copy to clipboard Copy src/gui/commonstrings.cpp:44 copyToClipBoard()tr("Copy")
Show file in browser Show in <file manager> src/gui/commonstrings.cpp:34 tr("Show in %1").arg(fileBrowser()) (Explorer/Finder/"file manager"); confirmed distinct from tr("Show in web browser") at :39
Advanced configuration (button) Advanced src/gui/newaccountwizard/newaccountwizardcontroller.cpp:66 setButtonText(..., tr("Advanced"))

The old strings do not exist in the client source; the new ones are the real, current strings. The "Show in Finder" fix also correctly disambiguates from the separate Show in web browser action, and the parenthetical clarifying the per-OS label is a good touch.

AsciiDoc: clean — btn:[Advanced], menu:mouse[...], and menu:Show in Explorer[] / menu:Show in Finder[] macros are valid; the untouched xref:vfs.adoc#limitations[...] is preserved. Both CI checks (Build documentation, lint) pass.

Note: this is byte-identical to the 7.1 counterpart #759 — consistent. Repo has no changelog mechanism (n/a). One nit only: the PR body cites the Advanced source as src/gui/... but it lives under src/gui/newaccountwizard/ — the string itself is exact, so this is cosmetic.

Auto-merge: N/A (agent-authored PR; self-approval is blocked).

🤖 Automated PR review by Claude Code review agent.

@dj4oC dj4oC left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Corrects four UI control labels in using.adoc ("Advanced", "Copy", "Start on Login", "Show in ") to match client 7.1, per the master/7.1 pair (#759).

Findings

Accuracy: matches the paired PR's citations; not independently re-verified against owncloud/client (out of this agent's repo scope). Formatting nit (non-blocking): the "Show in Finder" rewrite for the Linux/macOS bullet cites "Show in Explorer" as one of the two examples, but Explorer is Windows-specific — worth double-checking that example still makes sense in a Linux/macOS-only sentence. No broken links.

Verdict

Approved

🤖 Automated review by Claude Code


Generated by Claude Code

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.

2 participants