Skip to content

Commit

Permalink
JBIDE-18173: update the preferences page label
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed Sep 12, 2014
1 parent 0d5feb0 commit 0c46177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private void createLayout(Composite ancestor) {
private Label createWrapLabel(Composite parent) {
Label l = new Label(parent, SWT.NONE | SWT.WRAP);
l.setFont(parent.getFont());
l.setText("Add, remove or edit Forge runtimes. By default, the checked Forge runtime is used when launching Forge.");
l.setText("Select the default Forge runtime.");
GridData gd = new GridData(GridData.FILL_HORIZONTAL);
gd.widthHint = 250;
l.setLayoutData(gd);
Expand Down

0 comments on commit 0c46177

Please sign in to comment.