Suit better local name for set/unset static actions
authorCarlos Lopez <genetita@gmail.com>
Sun, 17 Oct 2010 08:24:05 +0000 (10:24 +0200)
committerCarlos Lopez <genetita@gmail.com>
Sun, 17 Oct 2010 08:24:05 +0000 (10:24 +0200)
synfig-studio/src/synfigapp/actions/layerparamsetstatic.cpp
synfig-studio/src/synfigapp/actions/layerparamunsetstatic.cpp
synfig-studio/src/synfigapp/actions/valuenodeconstsetstatic.cpp
synfig-studio/src/synfigapp/actions/valuenodeconstunsetstatic.cpp

index c8fc234..5ea89ab 100644 (file)
@@ -47,7 +47,7 @@ using namespace Action;
 
 ACTION_INIT(Action::LayerParamSetStatic);
 ACTION_SET_NAME(Action::LayerParamSetStatic,"LayerParamSetStatic");
-ACTION_SET_LOCAL_NAME(Action::LayerParamSetStatic,N_("Set Static"));
+ACTION_SET_LOCAL_NAME(Action::LayerParamSetStatic,N_("Forbid Animation"));
 ACTION_SET_TASK(Action::LayerParamSetStatic,"setstatic");
 ACTION_SET_CATEGORY(Action::LayerParamSetStatic,Action::CATEGORY_VALUEDESC);
 ACTION_SET_PRIORITY(Action::LayerParamSetStatic,0);
index 814b1a5..31009d6 100644 (file)
@@ -47,7 +47,7 @@ using namespace Action;
 
 ACTION_INIT(Action::LayerParamUnSetStatic);
 ACTION_SET_NAME(Action::LayerParamUnSetStatic,"LayerParamUnSetStatic");
-ACTION_SET_LOCAL_NAME(Action::LayerParamUnSetStatic,N_("UnSet Static"));
+ACTION_SET_LOCAL_NAME(Action::LayerParamUnSetStatic,N_("Allow Animation"));
 ACTION_SET_TASK(Action::LayerParamUnSetStatic,"unsetstatic");
 ACTION_SET_CATEGORY(Action::LayerParamUnSetStatic,Action::CATEGORY_VALUEDESC);
 ACTION_SET_PRIORITY(Action::LayerParamUnSetStatic,0);
index 1699673..196a51b 100644 (file)
@@ -47,7 +47,7 @@ using namespace Action;
 
 ACTION_INIT(Action::ValueNodeConstSetStatic);
 ACTION_SET_NAME(Action::ValueNodeConstSetStatic,"ValueNodeConstSetStatic");
-ACTION_SET_LOCAL_NAME(Action::ValueNodeConstSetStatic,N_("Set Static"));
+ACTION_SET_LOCAL_NAME(Action::ValueNodeConstSetStatic,N_("Forbid Animation"));
 ACTION_SET_TASK(Action::ValueNodeConstSetStatic,"setstatic");
 ACTION_SET_CATEGORY(Action::ValueNodeConstSetStatic,Action::CATEGORY_VALUEDESC|Action::CATEGORY_VALUENODE);
 ACTION_SET_PRIORITY(Action::ValueNodeConstSetStatic,0);
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);