Project

General

Profile

« Previous | Next » 

Revision 51030

1. Properties file changes.
2. Aggregation details / aggregation object add.
3. Other changes from stef

View differences:

SelectParametersWidget.java
57 57
        selectParametersWidgetPanel.addStyleName("uk-margin-top");
58 58

  
59 59
        // RECORDS
60
        recordsLabel.setHTML("<label>Number of records</label>");
60
        recordsLabel.setHTML("<label>Number of records to validate</label>");
61 61

  
62 62
        recordsPanel.addStyleName("marginBottom20");
63 63
        recordsPanel.add(recordsLabel);
......
110 110
        setsForm.add(setsListBox);
111 111

  
112 112
        // XPATH
113
        xPathLabel.setHTML("<label>Would you like to group your results by a specific record's field?</label>");
113
        xPathLabel.setHTML("<label>Would you like to group your results by a specific field?</label>");
114 114

  
115 115
        xPathPanel.addStyleName("xPathPanel marginBottom20");
116 116
        xPathPanel.add(xPathLabel);

Also available in: Unified diff