Bug 428156 - Command name for Show Live Application model not easy to
find 

Change-Id: Ic4e89b243fdf0da87606f3101ee0305717d0249f
Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
diff --git a/bundles/org.eclipse.e4.tools.emf.liveeditor/src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java b/bundles/org.eclipse.e4.tools.emf.liveeditor/src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
index dc1520d..53fd0fb 100644
--- a/bundles/org.eclipse.e4.tools.emf.liveeditor/src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
+++ b/bundles/org.eclipse.e4.tools.emf.liveeditor/src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
@@ -44,7 +44,7 @@
 		if (command == null) {
 			command = modelService.createModelElement(MCommand.class);
 			command.setElementId(E4_TOOLING_LIVEMODEL);
-			command.setCommandName("Show running app model");
+			command.setCommandName("Show Live Application Model");
 			command.setDescription("Show the running application model");
 			application.getCommands().add(command);
 		}