mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Adding periods to the description texts
This commit is contained in:
@@ -37,7 +37,7 @@ namespace {
|
||||
constexpr openspace::properties::Property::PropertyInfo NameSenderInfo = {
|
||||
"SpoutName",
|
||||
"Spout Sender Name",
|
||||
"This value sets the Spout sender to use a specific name",
|
||||
"This value sets the Spout sender to use a specific name.",
|
||||
openspace::properties::Property::Visibility::AdvancedUser
|
||||
};
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace {
|
||||
"SpoutName",
|
||||
"Spout Receiver Name",
|
||||
"This value explicitly sets the Spout receiver to use a specific name. If this "
|
||||
"is not a valid name, an empty image is used",
|
||||
"is not a valid name, an empty image is used.",
|
||||
openspace::properties::Property::Visibility::AdvancedUser
|
||||
};
|
||||
|
||||
@@ -54,14 +54,14 @@ namespace {
|
||||
"Spout Selection",
|
||||
"This property displays all available Spout sender on the system. If one them is "
|
||||
"selected, its value is stored in the 'SpoutName' property, overwriting its "
|
||||
"previous value",
|
||||
"previous value.",
|
||||
openspace::properties::Property::Visibility::AdvancedUser
|
||||
};
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo UpdateInfo = {
|
||||
"UpdateSelection",
|
||||
"Update Selection",
|
||||
"If this property is trigged, the 'SpoutSelection' options will be refreshed",
|
||||
"If this property is trigged, the 'SpoutSelection' options will be refreshed.",
|
||||
openspace::properties::Property::Visibility::AdvancedUser
|
||||
};
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user