Changeset 837


Ignore:
Timestamp:
11/03/10 10:34:28 (14 years ago)
Author:
patdui
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/editor/CMDComponentXMLEditor.as

    r835 r837  
    314314                        var startOverButton:Label = new RemoveLabelButton();
    315315                        startOverButton.addEventListener(MouseEvent.CLICK, clearEditor);
    316                         startOverButton.toolTip = "Clears all input and added components";
     316                        startOverButton.toolTip = "Clears all input and removes added components";
    317317                        startOverButton.text = "start over";
    318318                        return startOverButton;
Note: See TracChangeset for help on using the changeset viewer.