Made a note that type names shouldn't be translated.
[synfig.git] / synfig-core / trunk / src / synfig / value.cpp
index 9003618..4a7902d 100644 (file)
@@ -289,6 +289,7 @@ ValueBase::clear()
 String
 ValueBase::type_name(Type id)
 {
+       // don't internationalize these type names - they're using in .sif files
        switch(id)
        {
        case TYPE_REAL: