When the bundle name is specified as a raw string Eclipse will pick up the location of the uitext.properties file and display the actual string value when hovering over UIText declarations. It also allows direct navigation to the uitext.properties string from a declaration. Signed-off-by: Robin Rosenberg <robin.rosenberg@xxxxxxxxxx> --- .../src/org/spearce/egit/core/CoreText.java | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java b/org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java index d81a008..46a7ef6 100644 --- a/org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java +++ b/org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java @@ -106,7 +106,6 @@ public static String PushOperation_taskNameNormalRun; static { - final Class c = CoreText.class; - initializeMessages(c.getPackage().getName() + ".coretext", c); + initializeMessages("org.spearce.egit.core.coretext", CoreText.class); } } -- 1.6.2.2.446.gfbdc0 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html