SVN r2286 accidentally changed the localised name of the Random ValueNode to RandomNo...
[synfig.git] / synfig-core / trunk / src / modules / mod_noise / valuenode_random.cpp
index 2f2157b..a4436fd 100644 (file)
@@ -176,7 +176,7 @@ ValueNode_Random::get_name()const
 String
 ValueNode_Random::get_local_name()const
 {
-       return _("RandomNoise");
+       return _("Random");
 }
 
 bool