Cleanup of mostly asset files

- Fixes for all files
 - constexpr cleanup
 - Cosmetic changes
 - Remove punctuation from the end of messages
This commit is contained in:
Alexander Bock
2022-07-28 17:21:59 +02:00
parent 0494343a58
commit 163ac4dcef
928 changed files with 2834 additions and 2858 deletions

View File

@@ -122,14 +122,14 @@ namespace {
"PrintEvents",
"Print Events",
"If this is enabled, all events that are propagated through the system are "
"printed to the log."
"printed to the log"
};
constexpr openspace::properties::Property::PropertyInfo VisibilityInfo = {
"PropertyVisibility",
"Property Visibility",
"Hides or displays different settings in the GUI depending on how advanced they "
"are."
"are"
};
constexpr openspace::properties::Property::PropertyInfo ShowHiddenSceneInfo = {
@@ -485,7 +485,8 @@ void OpenSpaceEngine::initializeGL() {
LFATAL(fmt::format(
"Module {} required OpenGL extension {} which is not available "
"on this system. Some functionality related to this module will "
"probably not work.", m->guiName(), ext
"probably not work",
m->guiName(), ext
));
}
}