Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2008-07-04 21:23:38 +0000
committermkersten2008-07-04 21:23:38 +0000
commitedf44db9a89a0c938b98188e280f8019ccfc6a06 (patch)
tree84e175e4f4e8717bb79369bfaa42d0466737e89f
parent1bfd244f10e5ddc87e8f3a48093cfb4ab4cae0a2 (diff)
downloadorg.eclipse.mylyn.tasks-edf44db9a89a0c938b98188e280f8019ccfc6a06.tar.gz
org.eclipse.mylyn.tasks-edf44db9a89a0c938b98188e280f8019ccfc6a06.tar.xz
org.eclipse.mylyn.tasks-edf44db9a89a0c938b98188e280f8019ccfc6a06.zip
RESOLVED - bug 237651: poorly formatted "Submit failed" error message in task editor
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237651
-rw-r--r--org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaMessages.properties b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaMessages.properties
index f43666ea7..b24b5b029 100644
--- a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaMessages.properties
+++ b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaMessages.properties
@@ -11,7 +11,7 @@ errorRepository = Repository error from {0}:\n\n{1}
repositoryLoginFailure = Unable to login to {0}.\n\n{1}\n\nPlease validate credentials via Task Repositories view.
repositoryNotFound = Repository {0} could not be found.
repositoryCommentRequired = You have to specify a new comment when making this change. Please comment on the reason for this change.
-repositoryCollision = Mid-air collision occurred while submitting to {0}.\n\nSynchronize task and re-submit changes.
+repositoryCollision = Mid-air collision occurred while submitting to {0}.\nSynchronize task and re-submit changes.
### repositoryUrl, class.simpleName, class.getMessage
errorIo = I/O Error occurred while communicating with {0}.\n\n{1}: {2}
errorNetwork = A network error occurred connecting to {0}.\n\n{1}

Back to the top