Modules: Fully replace direct use of `module_get_name()` with short/long name shortcuts
- Add a
module_GetShortName()
shortcut to matchmodule_GetLongName()
. - Widen use of the long version, and make use of the new short version, in place of all remaining direct use of
module_get_name()
.