Skip to content
Snippets Groups Projects
Commit 1f399e64 authored by tpylak's avatar tpylak
Browse files

LMS-2502 image transformations: change default label

SVN: 22961
parent f201c107
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment