Harmonize Animation API parameter checking and add test cases for them
[platform/core/uifw/dali-core.git] / dali / internal / event / common / object-impl.cpp
index 7bf745d..5e68a6e 100644 (file)
@@ -1073,7 +1073,7 @@ Property::Index Object::RegisterSceneGraphProperty(const std::string& name, Prop
     case Property::EXTENTS:
     case Property::NONE:
     {
-      DALI_ASSERT_ALWAYS( !"PropertyType is not animatable" );
+      DALI_ASSERT_ALWAYS( !"Property type is not animatable" );
       break;
     }
   }