X-Git-Url: http://secure.phpeclipse.com

diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/actions/PHPStopApacheAction.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/actions/PHPStopApacheAction.java
index 3711fcd..560069f 100644
--- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/actions/PHPStopApacheAction.java
+++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/actions/PHPStopApacheAction.java
@@ -26,6 +26,6 @@ import org.eclipse.ui.IWorkbenchWindowActionDelegate;
 public class PHPStopApacheAction extends PHPStartApacheAction {
 	public void run(IAction action) {
 		final IPreferenceStore store = PHPeclipsePlugin.getDefault().getPreferenceStore();
-		execute(store.getString(PHPeclipsePlugin.APACHE_STOP_PREF));
+		execute(store.getString(PHPeclipsePlugin.APACHE_STOP_PREF), "Stop Apache: ");
 	}
 }