Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-03-14 21:19:10 +0000
committerSteffen Pingel2012-03-14 21:19:10 +0000
commitdc1a686f1fe5cc57610efaa543984892411902b2 (patch)
treecf0ed720ec6161b33a89f722f57366335c5f620f /org.eclipse.mylyn.bugzilla.ui/src
parent4a9fda541aea9af1646efe16f93db9bc529dded9 (diff)
downloadorg.eclipse.mylyn.tasks-dc1a686f1fe5cc57610efaa543984892411902b2.tar.gz
org.eclipse.mylyn.tasks-dc1a686f1fe5cc57610efaa543984892411902b2.tar.xz
org.eclipse.mylyn.tasks-dc1a686f1fe5cc57610efaa543984892411902b2.zip
RESOLVED - bug 348300: cleanup fixme and todos for 3.7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=348300 Change-Id: I379807b91e512712f4c607a21874dd81c6f80569
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/src')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/Messages.java10
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/messages.properties5
2 files changed, 0 insertions, 15 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/Messages.java b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/Messages.java
index 3ca6ddef1..e7834c155 100644
--- a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/Messages.java
+++ b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/Messages.java
@@ -85,16 +85,6 @@ public class Messages extends NLS {
public static String BugzillaTaskEditorPage_ErrorDetailTitle;
- public static String BugzillaTaskEditorPage_Legal_Value_1;
-
- public static String BugzillaTaskEditorPage_Legal_Value_N;
-
- public static String BugzillaTaskEditorPage_Legal_Values_More;
-
- public static String BugzillaTaskEditorPage_Legal_Values_One;
-
- public static String BugzillaTaskEditorPage_match_Detail;
-
public static String BugzillaTaskEditorPage_Message_more;
public static String BugzillaTaskEditorPage_Message_one;
diff --git a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/messages.properties b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/messages.properties
index a65175a89..9b1d40750 100644
--- a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/messages.properties
+++ b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/messages.properties
@@ -40,11 +40,6 @@ BugzillaTaskEditorPage_Error=Error
BugzillaTaskEditorPage_Error_Label_1="{0}"
BugzillaTaskEditorPage_Error_Label_N=, "{0}"
BugzillaTaskEditorPage_ErrorDetailTitle=Error match Detail
-BugzillaTaskEditorPage_Legal_Value_1={0}
-BugzillaTaskEditorPage_Legal_Value_N=, \n{0}
-BugzillaTaskEditorPage_Legal_Values_More=legal values are:\n{0}
-BugzillaTaskEditorPage_Legal_Values_One=legal value is\n{0}
-BugzillaTaskEditorPage_match_Detail=\ match Detail
BugzillaTaskEditorPage_Message_more={0} match for fields {1}
BugzillaTaskEditorPage_Message_one={0} match for field {1}

Back to the top