Added my "Copyright (c) 2007" notices, for files I edited in 2007.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / valuedescconvert.cpp
index 8737144..7d5ecd3 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -77,8 +78,10 @@ Action::ValueDescConvert::ValueDescConvert()
 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());
+       // TRANSLATORS: This is used in the 'history' dialog when a ValueNode is converted.  The first %s is what is converted, the 2nd is the local name of the ValueNode's type.
+       return strprintf(_("Convert '%s' to ValueNode type '%s'"),
+                                        value_desc.get_description().c_str(),
+                                        LinkableValueNode::book()[type].local_name.c_str());
 }
 
 Action::ParamVocab