Skip to content

Commit

Permalink
Merge pull request #383 from Charling-Huang/master
Browse files Browse the repository at this point in the history
Adding a space between the format and (Deprecated) strings
  • Loading branch information
Yulin Wang authored Mar 22, 2017
2 parents 7e98cfd + 0e61a47 commit 55f95cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void widgetSelected( SelectionEvent e )
previewOption.setText( Messages.getFormattedString( fullLabel ? "designer.preview.previewaction.label" //$NON-NLS-1$
: "designer.preview.run", //$NON-NLS-1$
new Object[]{
format.toUpperCase( ) + Messages.getString( "designer.preview.deprecated.label" )
format.toUpperCase( ) + " " + Messages.getString( "designer.preview.deprecated.label" )
} ) );

previewOption.setImage( getFormatIcon( format, emits ) );
Expand Down

0 comments on commit 55f95cf

Please sign in to comment.