diff --git a/org.sofproject.ui/src/org/sofproject/ui/wizards/NewAudioDevNodeWizard.java b/org.sofproject.ui/src/org/sofproject/ui/wizards/NewAudioDevNodeWizard.java index 5419fc5..527c76d 100644 --- a/org.sofproject.ui/src/org/sofproject/ui/wizards/NewAudioDevNodeWizard.java +++ b/org.sofproject.ui/src/org/sofproject/ui/wizards/NewAudioDevNodeWizard.java @@ -59,8 +59,8 @@ public void init(IWorkbench workbench, IStructuredSelection selection) { super.addPages(); connPage = new NewAudioDevNodeCreationPage("NewConnection", audioDevNodeProject); - connPage.setTitle("New Connection"); - connPage.setDescription("Create new connection to Audio Development node"); + connPage.setTitle("New Configuration"); + connPage.setDescription("Create new configuration to Audio Development node"); connPage.setImageDescriptor(ImageDescriptor.createFromFile(getClass(), "/icons/audio-dev-icon.png")); addPage(connPage); connPage.init(selection);