Skip to content

Commit

Permalink
Fix #32 Wizard informative message improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar WALDMANN committed Jul 6, 2017
1 parent ea376fa commit b44d596
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void init(IWorkbench workbench) {
@Override
protected Control createContents(Composite parent) {
final Label info = new Label(parent, SWT.NONE);
info.setText("Do you wish to choose a contributor configuration ?");
info.setText("Do you wish to choose an existing configuration ?");
configurationSelection = new Combo(parent, SWT.READ_ONLY);
configurationSelection.add(UserPreferencesService.PREF_CONFIGURATION_CUSTOMVALUE);
configurationId = UserPreferencesService.getConfigurationName();
Expand Down

0 comments on commit b44d596

Please sign in to comment.