diff layer/Colour3DPlotLayer.cpp @ 198:c2ed5014d4ff

* Scale fixes and feature descriptions in slice layer
author Chris Cannam
date Thu, 01 Feb 2007 16:54:42 +0000
parents 6b023411087b
children 6969f21da18a
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.cpp	Thu Feb 01 14:31:28 2007 +0000
+++ b/layer/Colour3DPlotLayer.cpp	Thu Feb 01 16:54:42 2007 +0000
@@ -170,9 +170,9 @@
     if (name == "Colour Scale") {
 	switch (value) {
 	default:
-	case 0: return tr("Linear Scale");
-	case 1: return tr("Log Scale");
-	case 2: return tr("+/-1 Scale");
+	case 0: return tr("Linear");
+	case 1: return tr("Log");
+	case 2: return tr("+/-1");
 	}
     }
     return tr("<unknown>");