Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfbecker2010-10-31 16:15:44 +0000
committerfbecker2010-10-31 16:15:44 +0000
commit8a96ea5b20d9357aaef3752ba70e7ee6062223d2 (patch)
treeeba695bba26d98f827469320f5c17a4c92e2a291 /org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/messages.properties
parent55f7ce8d74a2ca38d4c386e8d7d574b39659e3fa (diff)
downloadorg.eclipse.mylyn.tasks-8a96ea5b20d9357aaef3752ba70e7ee6062223d2.tar.gz
org.eclipse.mylyn.tasks-8a96ea5b20d9357aaef3752ba70e7ee6062223d2.tar.xz
org.eclipse.mylyn.tasks-8a96ea5b20d9357aaef3752ba70e7ee6062223d2.zip
ASSIGNED - bug 320042: improve handling of error Unknown code: 99
https://bugs.eclipse.org/bugs/show_bug.cgi?id=320042
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/messages.properties')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/messages.properties b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/messages.properties
index e95eeec4e..c1960a2ae 100644
--- a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/messages.properties
+++ b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/messages.properties
@@ -143,7 +143,7 @@ BugzillaStatus_repositoryLoginFailure = Unable to login to {0}.\n\n{1}\n\nPlease
BugzillaStatus_repositoryNotFound = Repository {0} could not be found.
BugzillaStatus_repositoryCommentRequired = You have to specify a new comment when making this change. Please comment on the reason for this change.
BugzillaStatus_repositoryCollision = Mid-air collision occurred while submitting to {0}. Synchronize task and re-submit changes.
-BugzillaStatus_suspiciousAction = Security token error occurred during submission to {0}. Synchronize task and re-submit changes.
+BugzillaStatus_suspiciousAction = Security token error ({1}) occurred during submission to {0}.\nSynchronize task and re-submit changes.
### repositoryUrl, class.simpleName, class.getMessage
BugzillaStatus_errorIo = I/O Error occurred while communicating with {0}.\n\n{1}: {2}
BugzillaStatus_errorInternal = An internal error has occurred: {0}

Back to the top