Delete src/src/Utility/PrettyName.php and the empty Utility/ directory.
Replace the single call site in MenuslugField with an inline
ucwords(str_replace(['-', '_'], ' ', $item->alias)) which converts
slugs to human-readable labels (e.g. terms-of-service → Terms Of
Service) without requiring a dedicated class.
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
Rename the plugin display name from the opaque "System - MokoJoomTOS"
to the descriptive "System - Offline Terms of Service" in all six
language INI files so Joomla's Plugin Manager shows administrators a
human-readable name that clearly conveys what the plugin does.
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>