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
+4 -4
View File
@@ -36,7 +36,7 @@ namespace {
"SourceFrame",
"Source",
"This value specifies the source frame that is used as the basis for the "
"coordinate transformation. This has to be a valid SPICE name",
"coordinate transformation. This has to be a valid SPICE name.",
openspace::properties::Property::Visibility::Developer
};
@@ -44,14 +44,14 @@ namespace {
"DestinationFrame",
"Destination",
"This value specifies the destination frame that is used for the coordinate "
"transformation. This has to be a valid SPICE name",
"transformation. This has to be a valid SPICE name.",
openspace::properties::Property::Visibility::Developer
};
constexpr openspace::properties::Property::PropertyInfo TimeFrameInfo = {
"TimeFrame",
"Time Frame",
"The time frame in which the spice kernels are valid",
"The time frame in which the spice kernels are valid.",
openspace::properties::Property::Visibility::AdvancedUser
};
@@ -59,7 +59,7 @@ namespace {
"FixedDate",
"Fixed Date",
"A time to lock the rotation to. Setting this to an empty string will "
"unlock the time and return to rotation based on current simulation time",
"unlock the time and return to rotation based on current simulation time.",
openspace::properties::Property::Visibility::AdvancedUser
};