diff flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java @ 570:85d7cc0f2bab

#88 Modified strings in the location/distance panel. flys-client/trunk@2119 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 14 Jun 2011 16:43:09 +0000
parents 1d20533a4ae3
children 78907f0fb939
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java	Tue Jun 14 16:28:19 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java	Tue Jun 14 16:43:09 2011 +0000
@@ -303,7 +303,7 @@
                 MESSAGES.riverside());
         lside.setType(ListGridFieldType.TEXT);
         lside.setWidth(40);
-        ListGridField loc = new ListGridField("from", MESSAGES.location());
+        ListGridField loc = new ListGridField("from", MESSAGES.locations());
         loc.setType(ListGridFieldType.TEXT);
         loc.setWidth(40);
         
@@ -352,7 +352,7 @@
                 MESSAGES.riverside());
         lside.setType(ListGridFieldType.TEXT);
         lside.setWidth(40);
-        ListGridField loc = new ListGridField("from", MESSAGES.location());
+        ListGridField loc = new ListGridField("from", MESSAGES.locations());
         loc.setType(ListGridFieldType.TEXT);
         loc.setWidth(40);
         locationDistanceTable.addCellClickHandler (new CellClickHandler () {
@@ -556,7 +556,7 @@
         container.setMembersMargin(30);
 
         inputTables   = new TabSet();
-        Tab locations = new Tab(MESSAGES.location());
+        Tab locations = new Tab(MESSAGES.locations());
         Tab distances = new Tab(MESSAGES.distance());
 
         inputTables.setWidth100();
@@ -863,7 +863,7 @@
             while (inputTables.getNumTabs() > 0) {
                 inputTables.removeTab(0);
             }
-            Tab t1 = new Tab (MESSAGES.location());
+            Tab t1 = new Tab (MESSAGES.locations());
             createLocationTable();
             t1.setPane(locationsTable);
             inputTables.addTab(t1);
@@ -882,7 +882,7 @@
             while (inputTables.getNumTabs () > 0) {
                 inputTables.removeTab(0);
             }
-            Tab t1 = new Tab(MESSAGES.location ());
+            Tab t1 = new Tab(MESSAGES.locations());
             createLocationTableDistance ();
             t1.setPane(locationDistanceTable);
             inputTables.addTab(t1);

http://dive4elements.wald.intevation.org