Changed text of main entry function in the eTrice C project wizard

Change-Id: I3003a87a1589673921ae0cafd4da6f27ba8c415e
diff --git a/plugins/org.eclipse.etrice.generator.ui/src/org/eclipse/etrice/generator/ui/wizard/internal/COptionsPage.java b/plugins/org.eclipse.etrice.generator.ui/src/org/eclipse/etrice/generator/ui/wizard/internal/COptionsPage.java
index af54f58..f7291a0 100644
--- a/plugins/org.eclipse.etrice.generator.ui/src/org/eclipse/etrice/generator/ui/wizard/internal/COptionsPage.java
+++ b/plugins/org.eclipse.etrice.generator.ui/src/org/eclipse/etrice/generator/ui/wizard/internal/COptionsPage.java
@@ -78,7 +78,7 @@
 		copyRuntimeButton.setLayoutData(gd);
 		
 		Label l = new Label(buttonComposite, SWT.NONE);
-		l.setText("Select active platform:");
+		l.setText("Select active &platform:");
 		l.setLayoutData(new GridData(SWT.NONE));
 		
 		platformCombo = new Combo(buttonComposite, SWT.READ_ONLY);
@@ -88,7 +88,7 @@
 		platformCombo.setVisibleItemCount(10);
 		
 		l = new Label(buttonComposite, SWT.NONE);
-		l.setText("Main method name:");
+		l.setText("eTrice &entry function:");
 		l.setLayoutData(new GridData(SWT.NONE));
 		
 		mainMethodName = new Text(buttonComposite, SWT.SINGLE | SWT.BORDER);