rename: finish lowercasing aqomui in user-facing strings #5

Merged
mysticalsoap merged 1 commit from naming/lowercase-second-pass into trunk 2026-08-17 12:05:05 -04:00
Owner

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

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>
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>
mysticalsoap deleted branch naming/lowercase-second-pass 2026-08-17 12:05:05 -04:00
Sign in to join this conversation.
No description provided.