Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes bug: 3145
  • Loading branch information
jonalv committed Sep 4, 2012
1 parent 3c90065 commit e3322e0
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -67,8 +67,9 @@ public void createControl( Composite parent ) {

//Set up page
setTitle( "Select response property" );
setDescription( "Select a property of the file to use as response. " +
"This step is optional." );
setDescription( "Select a property of the file to use as a response" +
" by right clicking it and selecting \"Select as" +
" response property\". This step is optional." );
setImageDescriptor( Activator.getImageDescriptor( "wizban/wiz_imp_mol.gif" ) );

Composite comp = new Composite(parent, SWT.NONE);
Expand Down

0 comments on commit e3322e0

Please sign in to comment.