From ccedca3ab83e16aab0f8848be9144e65f2e4ca26 Mon Sep 17 00:00:00 2001 From: trifonnt Date: Fri, 19 Mar 2010 14:30:47 +0000 Subject: [PATCH] FR [2973225] - Remove XML comments from Translation xml files. https://sourceforge.net/tracker/?func=detail&aid=2973225&group_id=176962&atid=883808 --- client/src/org/compiere/install/Translation.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/org/compiere/install/Translation.java b/client/src/org/compiere/install/Translation.java index f6ad309272..3a1cc183bc 100644 --- a/client/src/org/compiere/install/Translation.java +++ b/client/src/org/compiere/install/Translation.java @@ -169,7 +169,9 @@ public class Translation // // Document document = builder.newDocument(); - document.appendChild(document.createComment(Adempiere.getSummaryAscii())); + // @Trifon. Do not need below line anymore as it is different in each version and that's makes it more difficult to see differences in translations. + // FR [2973225] - Remove XML comments from Translation xml files. https://sourceforge.net/tracker/?func=detail&aid=2973225&group_id=176962&atid=883808 + //document.appendChild(document.createComment(Adempiere.getSummaryAscii())); document.appendChild(document.createComment(DTD)); // Root