diff --git a/pandatool/src/assimp/config_assimp.cxx b/pandatool/src/assimp/config_assimp.cxx index 2b84d2c63b..78ea989e16 100644 --- a/pandatool/src/assimp/config_assimp.cxx +++ b/pandatool/src/assimp/config_assimp.cxx @@ -52,7 +52,7 @@ ConfigVariableBool assimp_fix_infacing_normals ConfigVariableBool assimp_optimize_meshes ("assimp-optimize-meshes", true, - PRC_DESC("Removes the number of draw calls by unifying geometry with the same " + PRC_DESC("Reduces the number of draw calls by unifying geometry with the same " "materials. Especially effective in conjunction with " "assimp-optimize-graph and assimp-remove-redundant-materials."));