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
@@ -98,16 +98,14 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo TileCacheSizeInfo = {
"TileCacheSize",
"Tile Cache Size",
"The maximum size of the MemoryAwareTileCache, on the CPU and GPU",
"The maximum size of the MemoryAwareTileCache, on the CPU and GPU.",
openspace::properties::Property::Visibility::AdvancedUser
};
constexpr openspace::properties::Property::PropertyInfo
DefaultGeoPointTextureInfo =
{
constexpr openspace::properties::Property::PropertyInfo DefaultGeoPointTextureInfo = {
"DefaultGeoPointTexture",
"Default Geo Point Texture",
"A path to a texture to use as default for GeoJson points"
"A path to a texture to use as default for GeoJson points."
};
constexpr openspace::properties::Property::PropertyInfo MRFCacheEnabledInfo = {