Ignore:
Timestamp:
03/23/12 20:02:03 (13 years ago)
Author:
masberg
Message:

Fix minor typo in error message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.core/src/org/modelica/mdt/core/ModelicaCore.java

    r1436 r1437  
    146146                    ErrorDialog.openError(CorePlugin.getShell(),"Error", null,
    147147                            new Status(IStatus.ERROR, "org.modelica.mdt.core", IStatus.OK,
    148                                     "OPENMODELICALIBRARY environment variable is not set or has an invalid value.!\n" +
     148                                    "OPENMODELICALIBRARY environment variable is not set or has an invalid value!\n" +
    149149                                            "Please exit Eclipse and set the variable properly if you want to be able " +
    150150                                            "to browse the Modelica Library", null));
Note: See TracChangeset for help on using the changeset viewer.