You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unify Settings/dialog label casing to sentence case
Convert content strings (form/body labels, checkbox/radio labels, combobox
items, tooltips, placeholders) in the new-architecture Settings pages and
*Dialog2 dialogs from Title Case to sentence case. Buttons, window/dialog
titles, and settings page/section titles remain Title Case. Proper nouns,
acronyms, key names, and Personal Access Token/Remote URL keep their casing.
Update dialogs/AGENTS.md convention table accordingly and mark the
capitalization cleanup backlog as completed.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
These labels violate the sentence-case convention and SHOULD be normalized in a focused follow-up plan. Listed here so a future contributor doesn't accidentally copy the wrong style:
69
+
The sentence-case sweep across the new-architecture Settings pages
70
+
(`settings/`, `settingswidget.cpp`) and the `*Dialog2` dialogs has been completed.
71
+
Content strings — form labels, checkbox/radio labels, combobox items, group/section
72
+
body labels, tooltips, and placeholders — use sentence case. Buttons, window/dialog
73
+
titles, settings page titles, and `SettingsPageHelper::addSection` card titles remain
`"Personal Access Token:"` and `"Remote URL:"` are NOT in this list — they are correctly preserved per the proper-noun / initialism rules above.
83
-
84
-
The cleanup should also update each dialog's translation `.ts` entries (`translations/`) and re-run `lupdate`. A single PR is fine because each change is a one-line label edit with no behavior change.
78
+
Translation `.ts` files in `src/data/core/translations/` were intentionally left
79
+
untouched; a future `lupdate` pass will refresh the source entries.
0 commit comments