diff --git a/blenderkit/__init__.py b/blenderkit/__init__.py
index 22afd2a19110b9871561e6c281d8dff4a08bc85e..173b6c85fa52579bc5faca35cbd49502bedef024 100644
--- a/blenderkit/__init__.py
+++ b/blenderkit/__init__.py
@@ -991,7 +991,7 @@ class BlenderKitHDRUploadProps(PropertyGroup, BlenderKitCommonUploadProps):
                                         default=0)
     evs_cap: IntProperty(name="EV cap", description="EVs dynamic range",
                                         default=0)
-    true_hdr: BoolProperty(name="Real HDR", description="Image has High dynamic range.",default=False)
+    true_hdr: BoolProperty(name="Real HDR", description="Image has High dynamic range", default=False)
 
 
 class BlenderKitBrushUploadProps(PropertyGroup, BlenderKitCommonUploadProps):
@@ -1532,7 +1532,7 @@ class BlenderKitHDRSearchProps(PropertyGroup, BlenderKitCommonSearchProps):
 
     true_hdr: BoolProperty(
         name='Real HDRs only',
-        description='Search only for real HDRs, this means images that have a range higher than 0-1 in their pixels.',
+        description='Search only for real HDRs, this means images that have a range higher than 0-1 in their pixels',
         default=True,
         update=search.search_update
     )