From 43ee949f52249778fc82d7843002abca41343079 Mon Sep 17 00:00:00 2001 From: dooglus Date: Sun, 30 Sep 2007 20:48:30 +0000 Subject: [PATCH] Made a note that type names shouldn't be translated. git-svn-id: http://svn.voria.com/code@803 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/value.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/synfig-core/trunk/src/synfig/value.cpp b/synfig-core/trunk/src/synfig/value.cpp index 9003618..4a7902d 100644 --- a/synfig-core/trunk/src/synfig/value.cpp +++ b/synfig-core/trunk/src/synfig/value.cpp @@ -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: -- 2.7.4