Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/RepositoryAwareStatusHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/RepositoryAwareStatusHandler.java b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/RepositoryAwareStatusHandler.java
index 7aab3da9d..fd151b10d 100644
--- a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/RepositoryAwareStatusHandler.java
+++ b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/RepositoryAwareStatusHandler.java
@@ -22,7 +22,7 @@ public class RepositoryAwareStatusHandler implements IStatusHandler {
protected static final String ERROR_MESSAGE = "Please report the following error by following the bugs link at:\n"
+ "http://eclipse.org/mylar\n\n"
- + "For details on this error please open the PDE Runtime -> Error Log view";
+ + "For details please use Window -> Show View -> Error Log";
// TODO: implement option to report bug
public void notify(final Status status, boolean informUser) {

Back to the top