rename: finish lowercasing aqomui in user-facing strings #5
Loading…
Reference in a new issue
No description provided.
Delete branch "naming/lowercase-second-pass"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The rename in #1 covered the non-Python files but left the strings inside
them, so notifications, dialogs, window titles and log messages still said
"Aqomui". Component names had drifted too: mostly aqomui-service and
aqomui-gui, but a handful of Aqomui-Service and Aqomui-Gui among them.
Class and widget names (AqomuiGui, AqomuiCli, AqomuiDbus, updateAqomuiBt)
keep PascalCase -- those are identifiers following a code convention, not
the project's name being displayed to anyone.
Co-Authored-By: Claude Opus 5 noreply@anthropic.com