From: Carlos Lopez Date: Tue, 17 Aug 2010 13:21:21 +0000 (+0200) Subject: Rename Points to Balls in the MetaBalls Layer. Patch form Yu Chen (jcome) X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=00e0a55636b3301ee532c6f5f5b7bd0acee05a00 Rename Points to Balls in the MetaBalls Layer. Patch form Yu Chen (jcome) --- diff --git a/synfig-core/src/modules/mod_example/metaballs.cpp b/synfig-core/src/modules/mod_example/metaballs.cpp index 0fe6d5d..6d79e68 100644 --- a/synfig-core/src/modules/mod_example/metaballs.cpp +++ b/synfig-core/src/modules/mod_example/metaballs.cpp @@ -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")