Rename Points to Balls in the MetaBalls Layer. Patch form Yu Chen (jcome)
authorCarlos Lopez <genetita@gmail.com>
Tue, 17 Aug 2010 13:21:21 +0000 (15:21 +0200)
committerCarlos Lopez <genetita@gmail.com>
Tue, 17 Aug 2010 13:21:21 +0000 (15:21 +0200)
synfig-core/src/modules/mod_example/metaballs.cpp

index 0fe6d5d..6d79e68 100644 (file)
@@ -133,7 +133,7 @@ Metaballs::get_param_vocab()const
        );
 
        ret.push_back(ParamDesc("centers")
-               .set_local_name(_("Points"))
+               .set_local_name(_("Balls"))
        );
 
        ret.push_back(ParamDesc("radii")