Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / valuenodedynamiclistinsertsmart.cpp
index bed7c6c..893a765 100644 (file)
@@ -181,7 +181,7 @@ Action::ValueNodeDynamicListInsertSmart::prepare()
                        Action::Handle action(Action::create("ValueDescSet"));
 
                        if(!action)
-                               throw Error(_("Unable to find action value_desc_set (bug)"));
+                               throw Error(_("Unable to find action ValueDescSet (bug)"));
 
                        action->set_param("edit_mode",get_edit_mode());
                        action->set_param("canvas",get_canvas());
@@ -218,7 +218,7 @@ Action::ValueNodeDynamicListInsertSmart::prepare()
                        action=Action::create("ActivepointSetOff");
 
                        if(!action)
-                               throw Error(_("Unable to find action \"activepoint_set_off\""));
+                               throw Error(_("Unable to find action \"ActivepointSetOff\""));
 
                        action->set_param("edit_mode",MODE_ANIMATE);
                        action->set_param("canvas",get_canvas());
@@ -237,7 +237,7 @@ Action::ValueNodeDynamicListInsertSmart::prepare()
                Action::Handle action(Action::create("ActivepointSetOn"));
 
                if(!action)
-                       throw Error(_("Unable to find action \"activepoint_set_on\""));
+                       throw Error(_("Unable to find action \"ActivepointSetOn\""));
 
                action->set_param("edit_mode",get_edit_mode());
                action->set_param("canvas",get_canvas());