mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-15 00:17:48 -06:00
Adding periods to the description texts
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user