Suit better local name for set/unset static actions
[synfig.git] / synfig-studio / src / synfigapp / actions / valuenodeconstunsetstatic.cpp
index e26dee4..80881af 100644 (file)
@@ -47,7 +47,7 @@ using namespace Action;
 
 ACTION_INIT(Action::ValueNodeConstUnSetStatic);
 ACTION_SET_NAME(Action::ValueNodeConstUnSetStatic,"ValueNodeConstUnSetStatic");
-ACTION_SET_LOCAL_NAME(Action::ValueNodeConstUnSetStatic,N_("UnSet Static"));
+ACTION_SET_LOCAL_NAME(Action::ValueNodeConstUnSetStatic,N_("Allow Animation"));
 ACTION_SET_TASK(Action::ValueNodeConstUnSetStatic,"unsetstatic");
 ACTION_SET_CATEGORY(Action::ValueNodeConstUnSetStatic,Action::CATEGORY_VALUEDESC|Action::CATEGORY_VALUENODE);
 ACTION_SET_PRIORITY(Action::ValueNodeConstUnSetStatic,0);