From: dooglus Date: Sun, 30 Sep 2007 20:48:30 +0000 (+0000) Subject: Made a note that type names shouldn't be translated. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=43ee949f52249778fc82d7843002abca41343079;p=synfig.git Made a note that type names shouldn't be translated. git-svn-id: http://svn.voria.com/code@803 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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: