Ignore:
Timestamp:
01/28/13 16:23:30 (12 years ago)
Author:
wschamai
Message:

MOD: spelling in messages
BUG FIX: profile template model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.relations/src/org/openmodelica/modelicaml/relations/handlers/FindReferencesPopupHandler.java

    r1695 r1696  
    121121                    } catch (InvocationTargetException e) {
    122122                        e.printStackTrace();
    123                         MessageDialog.openError(ModelicaMLServices.getShell(), "ModelicaML Reference Search Error", "Could not invoke the data collection for the references search. ");
     123                        MessageDialog.openError(ModelicaMLServices.getShell(), "ModelicaML References Search Error", "Could not invoke the data collection for the references search.");
    124124                    } catch (InterruptedException e) {
    125125                        e.printStackTrace();
    126                         MessageDialog.openInformation(ModelicaMLServices.getShell(), "ModelicaML Collection", "Data collection was interrupted.");     
     126                        MessageDialog.openInformation(ModelicaMLServices.getShell(), "ModelicaML References Search", "References search was interrupted.");     
    127127                    }
    128128
Note: See TracChangeset for help on using the changeset viewer.