docs: correct UI labels in using.adoc (7.1)#759
Conversation
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>
Review — UI label corrections in
|
dj4oC
left a comment
There was a problem hiding this comment.
7.1 counterpart of #760 — same four UI label corrections in using.adoc.
Findings
Diff matches the master PR (#760) in substance. Same non-blocking formatting nit carries over: the Linux/macOS "Show in Finder" bullet also references "Show in Explorer" as an example, which is a Windows-only label — worth a second look. No broken links; not independently re-verified against owncloud/client (out of scope here).
Verdict
Approved
🤖 Automated review by Claude Code
Generated by Claude Code
Summary
Four control labels in
using.adocdid not match client 7.1:generalsettings.ui:55commonstrings.cpp:44<file manager>(e.g. Show in Explorer/Finder)commonstrings.cpp:32-34newaccountwizardcontroller.cpp:66The "Show file in browser" fix also disambiguates from the separate Show in web browser action.
Source of truth
owncloud/client@7.1.🤖 Generated with Claude Code