From e34ba4be05d78b472329df83ededbffb2081db8c Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Thu, 10 Sep 2009 17:58:59 +0800
Subject: [PATCH] ENH: streamline the text for the applications (easier
 translation)

---
 ViewerManager/View/otbImageViewerManagerViewGroup.fl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ViewerManager/View/otbImageViewerManagerViewGroup.fl b/ViewerManager/View/otbImageViewerManagerViewGroup.fl
index 2d648930f7..22632bcc90 100644
--- a/ViewerManager/View/otbImageViewerManagerViewGroup.fl
+++ b/ViewerManager/View/otbImageViewerManagerViewGroup.fl
@@ -67,12 +67,12 @@ class ImageViewerManagerViewGroup {open
         xywh {480 31 115 277}
       } {
         Fl_Button guiOpenImage {
-          label {Open Image}
+          label {Open image}
           callback {OpenImage();}
           tooltip {Open an image in a  new image viewer} xywh {489 46 95 24} box ROUND_UP_BOX down_box ROUND_DOWN_BOX shortcut 0x6f color 23 selection_color 23 labelcolor 186
         }
         Fl_Button guiCloseImage {
-          label {Close Image}
+          label {Close image}
           callback {CloseImage();}
           tooltip {Close the selected image} xywh {489 88 95 25} box ROUND_UP_BOX down_box ROUND_DOWN_BOX shortcut 0x63 color 23 selection_color 23 labelcolor 186
         }
@@ -120,15 +120,15 @@ class ImageViewerManagerViewGroup {open
         tooltip {Select the band to view in grayscale mode} xywh {118 73 57 24} box EMBOSSED_BOX color 7 selection_color 55 labelcolor 187
       } {}
       Fl_Input_Choice guiRedChannelChoice {
-        label {Red channel index } open
+        label {Red channel } open
         tooltip {Select band for red channel in RGB composition} xywh {602 51 57 24} box EMBOSSED_BOX color 7 selection_color 55 labelcolor 187 deactivate
       } {}
       Fl_Input_Choice guiGreenChannelChoice {
-        label {Green channel index } open
+        label {Green channel } open
         tooltip {Select band for green channel in RGB composition} xywh {602 73 57 24} box EMBOSSED_BOX color 7 selection_color 55 labelcolor 187 deactivate
       } {}
       Fl_Input_Choice guiBlueChannelChoice {
-        label {Blue channel index } open
+        label {Blue channel } open
         tooltip {Select band for blue channel in RGB composition} xywh {602 95 57 24} box EMBOSSED_BOX color 7 selection_color 55 labelcolor 187 deactivate
       } {}
       Fl_Return_Button guiViewerSetupOk {
-- 
GitLab