small fixes

This commit is contained in:
honfika@gmail.com
2014-12-01 00:13:48 +01:00
parent 9125a5abd4
commit 77b8ef808a
10 changed files with 31 additions and 22 deletions

View File

@@ -640,7 +640,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
this.script = scriptLeaf;
return;
}
setText("//" + AppStrings.translate("pleasewait") + "...");
setText("// " + AppStrings.translate("pleasewait") + "...");
this.abc = abc;
this.abcList = abcList;