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
+2 -4
View File
@@ -35,16 +35,14 @@ namespace {
"FontName",
"Font Name",
"This value is the name of the font that is used. It can either refer to an "
"internal name registered previously, or it can refer to a path that is used",
// @VISIBILITY(2.33)
"internal name registered previously, or it can refer to a path that is used.",
openspace::properties::Property::Visibility::User
};
constexpr openspace::properties::Property::PropertyInfo FontSizeInfo = {
"FontSize",
"Font Size",
"This value determines the size of the font that is used to render the distance",
// @VISIBILITY(2.33)
"This value determines the size of the font that is used to render the distance.",
openspace::properties::Property::Visibility::User
};