| Summary: | [nls tooling] Unclear error message in externalize string wizard | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Dirk Baeumer <dirk_baeumer> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | trivial | ||
| Priority: | P3 | CC: | markus.kell.r, tobias_widmer |
| Version: | 3.1 | ||
| Target Milestone: | 3.1 M7 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
M6 time permitting. *** This bug has been marked as a duplicate of 94766 *** |
M6 test pass package externalize; public class Test { public void foo() { String s= "Eclipse"; } } - externalize strings - check box Use Eclipse's .... observe: you get an error saying "Some keys are invalid". However I don't know what to do here since the key is valid in the non Eclipse mode.