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.java')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/Messages.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/Messages.java b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/Messages.java
index 0d4a71cfe..2900bd402 100644
--- a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/Messages.java
+++ b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/Messages.java
@@ -219,6 +219,10 @@ public class Messages extends NLS {
public static String BugzillaClient_description_required_when_submitting_attachments;
+ public static String BugzillaClient_Start_GetConfiguration;
+
+ public static String BugzillaClient_Stop_GetConfiguration;
+
public static String BugzillaClient_Unable_to_retrieve_new_task;
public static String BugzillaClientManager_Refreshing_repository_configuration;

Back to the top