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
+3 -5
View File
@@ -39,23 +39,21 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo DimensionsInfo = {
"Dimensions",
"Browser Dimensions",
"Set the dimensions of the web browser window",
// @VISIBILITY(3.75)
"Set the dimensions of the web browser window.",
openspace::properties::Property::Visibility::AdvancedUser
};
constexpr openspace::properties::Property::PropertyInfo UrlInfo = {
"Url",
"URL",
"The URL to load",
// @VISIBILITY(3.25)
"The URL to load.",
openspace::properties::Property::Visibility::AdvancedUser
};
constexpr openspace::properties::Property::PropertyInfo ReloadInfo = {
"Reload",
"Reload",
"Reload the web browser",
"Reload the web browser.",
openspace::properties::Property::Visibility::User
};
@@ -50,7 +50,7 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo crossHairSizeInfo = {
"CrosshairSize",
"Crosshair Size",
"Determines the size of the crosshair. The size is determined in fov (degrees)",
"Determines the size of the crosshair. The size is determined in fov (degrees).",
openspace::properties::Property::Visibility::User
};
@@ -58,16 +58,14 @@ namespace {
"RectangleThreshold",
"Rectangle Threshold",
"When the field of view is larger than the rectangle threshold, a rectangle will "
"be rendered in the target",
// @VISIBILITY(2.33)
"be rendered in the target.",
openspace::properties::Property::Visibility::User
};
constexpr openspace::properties::Property::PropertyInfo LineWidthInfo = {
"LineWidth",
"Line Width",
"The thickness of the line of the target. The larger number, the thicker line",
// @VISIBILITY(1.33)
"The thickness of the line of the target. The larger number, the thicker line.",
openspace::properties::Property::Visibility::NoviceUser
};
@@ -75,7 +73,6 @@ namespace {
"VerticalFov",
"Vertical Field Of View",
"The vertical field of view of the target.",
// @VISIBILITY(2.33)
openspace::properties::Property::Visibility::User
};
@@ -83,7 +80,7 @@ namespace {
"ApplyRoll",
"Apply Roll",
"Always rotate the target to have it's up direction aligned with the up direction "
"of the camera",
"of the camera.",
openspace::properties::Property::Visibility::User
};
@@ -43,7 +43,7 @@ namespace {
"Quality of Texture",
"A parameter to set the resolution of the texture. 1 is full resolution and "
"slower frame rate. Lower value means lower resolution of texture and faster "
"frame rate",
"frame rate.",
openspace::properties::Property::Visibility::AdvancedUser
};
@@ -53,15 +53,14 @@ namespace {
"Display a copy of this sky browser at an additional position. This copy will "
"not be interactive. The position is in RAE (Radius, Azimuth, Elevation) "
"coordinates or Cartesian, depending on if the browser uses RAE or Cartesian "
"coordinates",
// @VISIBILITY(2.67)
"coordinates.",
openspace::properties::Property::Visibility::User
};
constexpr openspace::properties::Property::PropertyInfo DisplayCopyShowInfo = {
"ShowDisplayCopy",
"Show Display Copy",
"Show the display copy",
"Show the display copy.",
openspace::properties::Property::Visibility::AdvancedUser
};
@@ -69,7 +68,7 @@ namespace {
"IsHidden",
"Is Hidden",
"If checked, the browser will be not be displayed. If it is not checked, it will "
"be",
"be.",
openspace::properties::Property::Visibility::AdvancedUser
};
@@ -78,7 +77,6 @@ namespace {
"Point Spacecraft",
"If checked, spacecrafts will point towards the coordinate of an image upon "
"selection.",
// @VISIBILITY(?)
openspace::properties::Property::Visibility::User
};