Skip to content
Snippets Groups Projects
Commit b6809044 authored by Manlio Bacco's avatar Manlio Bacco
Browse files

fixed plugin name

parent 66363234
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ public class MPAaction extends AbstractHandler {
List<IProject> parts = new ArrayList<IProject>();
FilteredResourcesSelectionDialog dialog = new FilteredResourcesSelectionDialog(w.getShell(), true, ResourcesPlugin.getWorkspace().getRoot(), IResource.PROJECT);
dialog.setTitle("Resource Selection");
dialog.setTitle("Resources Selection");
dialog.setMessage("Please select the universAAL projects you want to include in the UAPP container");
dialog.setInitialPattern("?");
dialog.open();
......@@ -54,7 +54,7 @@ public class MPAaction extends AbstractHandler {
}
else{
MessageDialog.openInformation(w.getShell(),
"uAAL Packager", "Please make a valid selection.");
"Application Packager", "Please make a valid selection.");
}
return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment