Changeset 11634
- Timestamp:
- 12/03/14 12:43:39 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling/FrameworkVersionErrorDialog.Designer.cs
r11171 r11634 85 85 this.linkLabel.TabIndex = 2; 86 86 this.linkLabel.TabStop = true; 87 this.linkLabel.Text = "Download Microsoft .NET Framework 4 (Full Profile)";87 this.linkLabel.Text = "Download Microsoft .NET Framework 4.5"; 88 88 this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked); 89 89 // … … 96 96 this.label.Size = new System.Drawing.Size(301, 43); 97 97 this.label.TabIndex = 1; 98 this.label.Text = "To run HeuristicLab you need at least the Microsoft .NET Framework 4 (Full Profil" +99 " e) or Mono version 2.11.4or higher. Please download and install it.";98 this.label.Text = "To run HeuristicLab you need at least the Microsoft .NET Framework 4.5 or Mono ve" + 99 "rsion 3.6.0 or higher. Please download and install it."; 100 100 // 101 101 // linkLabelMono
Note: See TracChangeset
for help on using the changeset viewer.