/* === M A C R O S ========================================================= */
-ACTION_INIT(Action::ValueDescConvert);
+ACTION_INIT_NO_GET_LOCAL_NAME(Action::ValueDescConvert);
ACTION_SET_NAME(Action::ValueDescConvert,"value_desc_convert");
ACTION_SET_LOCAL_NAME(Action::ValueDescConvert,N_("Convert"));
ACTION_SET_TASK(Action::ValueDescConvert,"convert");
time=(Time::begin()-1);
}
+synfig::String
+Action::ValueDescConvert::get_local_name()const
+{
+ // TRANSLATORS: This is used in the 'history' dialog when a ValueNode is converted. %s is the local name of the valuenode's type.
+ return strprintf(_("Convert to '%s'"), LinkableValueNode::book()[type].local_name.c_str());
+}
+
Action::ParamVocab
Action::ValueDescConvert::get_param_vocab()
{