Skip to content

Commit 1b037bd

Browse files
committed
Change wizard name from connection to configuration (more appropriate to real usage)
Signed-off-by: Emilia Dominiak <emilia.dominiak@intel.com>
1 parent 5c7304e commit 1b037bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org.sofproject.ui/src/org/sofproject/ui/wizards/NewAudioDevNodeWizard.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public void init(IWorkbench workbench, IStructuredSelection selection) {
5959

6060
super.addPages();
6161
connPage = new NewAudioDevNodeCreationPage("NewConnection", audioDevNodeProject);
62-
connPage.setTitle("New Connection");
63-
connPage.setDescription("Create new connection to Audio Development node");
62+
connPage.setTitle("New Configuration");
63+
connPage.setDescription("Create new configuration to Audio Development node");
6464
connPage.setImageDescriptor(ImageDescriptor.createFromFile(getClass(), "/icons/audio-dev-icon.png"));
6565
addPage(connPage);
6666
connPage.init(selection);

0 commit comments

Comments
 (0)