Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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.properties1
1 files changed, 1 insertions, 0 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 0e0fb13e3..15c08ccc6 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
@@ -144,6 +144,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.
### 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