From 1f399e64947df82daa1995e698f8b0915d311314 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Thu, 15 Sep 2011 09:13:16 +0000
Subject: [PATCH] LMS-2502 image transformations: change default label

SVN: 22961
---
 .../client/application/detailviewers/ChannelChooserPanel.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/ChannelChooserPanel.java b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/ChannelChooserPanel.java
index 841f0816f51..8425de686b4 100644
--- a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/ChannelChooserPanel.java
+++ b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/ChannelChooserPanel.java
@@ -75,8 +75,8 @@ public class ChannelChooserPanel extends LayoutContainer
     private static final LabeledItem<ImageTransformationInfo> DEFAULT_TRANSFORMATION =
             convertToLabeledItem(new ImageTransformationInfo(
                     DEFAULT_TRANSFORMATION_CODE,
-                    "None",
-                    "No filter is applied. Grayscale images with color depth higher then 8 bits are transformed in the optimal way for a single image.",
+                    "Optimal (image)",
+                    "Grayscale images with color depth higher then 8 bits are transformed in the optimal way for a single image. Otherwise no filter is applied.",
                     "", false));
 
     private final IMessageProvider messageProvider;
-- 
GitLab