Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down