Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/10 15:14:08 (14 years ago)
Author:
mkommend
Message:

corrected ConstraintCollectionView (ticket #996)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/ConstraintCollectionView.cs

    r3604 r3607  
    4343      if (typeSelectorDialog == null) {
    4444        typeSelectorDialog = new TypeSelectorDialog();
    45         typeSelectorDialog.Caption = "Select Operator";
    46         typeSelectorDialog.TypeSelector.Caption = "Available Operators";
     45        typeSelectorDialog.Caption = "Select Constraint";
     46        typeSelectorDialog.TypeSelector.Caption = "Available Constraints";
    4747        typeSelectorDialog.TypeSelector.Configure(typeof(IConstraint), false, true);
    4848      }
Note: See TracChangeset for help on using the changeset viewer.