Free cookie consent management tool by TermsFeed Policy Generator

Changeset 455


Ignore:
Timestamp:
08/06/08 15:06:10 (16 years ago)
Author:
gkronber
Message:

fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataAnalysis/SvmExporter.cs

    r351 r455  
    110110      this.Controls.Add(this.dataGridView);
    111111      this.Name = "SvmExporter";
    112       this.Text = "Execute to libSVM";
     112      this.Text = "Export to libSVM";
    113113      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
    114114      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.