Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11634


Ignore:
Timestamp:
12/03/14 12:43:39 (9 years ago)
Author:
ascheibe
Message:

#2280 updated labels in FrameworkVersionErrorDialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling/FrameworkVersionErrorDialog.Designer.cs

    r11171 r11634  
    8585      this.linkLabel.TabIndex = 2;
    8686      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";
    8888      this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
    8989      //
     
    9696      this.label.Size = new System.Drawing.Size(301, 43);
    9797      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.4 or 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.";
    100100      //
    101101      // linkLabelMono
Note: See TracChangeset for help on using the changeset viewer.