fix accidental use of Java 8 function in Translator_p

thanks to luccioman
pull/58/head
reger 9 years ago
parent 1dcb9c5158
commit e46245b819

@ -100,7 +100,7 @@ public class Translator_p {
if (sourcetext.endsWith("<") && !t.endsWith("<")) t=t+"<";
}
targettxt = t;
origTextList.replace(sourcetext, targettxt);
origTextList.put(sourcetext, targettxt);
changed = true;
}
prop.putHTML("textlist_" + i + "_sourcetxt", sourcetext);

Loading…
Cancel
Save