Adding periods to the description texts

This commit is contained in:
Alexander Bock
2024-04-23 22:33:17 +02:00
parent c9fd9543e6
commit 78b3b4fb2e
156 changed files with 887 additions and 1194 deletions

View File

@@ -120,7 +120,7 @@ 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.",
openspace::properties::Property::Visibility::AdvancedUser
};
@@ -128,7 +128,7 @@ namespace {
"PropertyVisibility",
"Property Visibility",
"Hides or displays different settings in the GUI depending on how advanced they "
"are",
"are.",
openspace::properties::Property::Visibility::Always
};
@@ -146,8 +146,7 @@ namespace {
"DisableMouseInputs",
"Disable All Mouse Inputs",
"Disables all mouse inputs. Useful when using touch interaction, to prevent "
"double inputs on touch (from both touch input and inserted mouse inputs)",
// @VISIBILITY(2.67)
"double inputs on touch (from both touch input and inserted mouse inputs).",
openspace::properties::Property::Visibility::User
};