Small cleanup
This commit is contained in:
parent
478cfe242e
commit
756b3b3336
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ public class ExceptionUI extends JFrameConsole
|
||||||
{
|
{
|
||||||
String fatJar = FAT_JAR ? " [Fat Jar]" : "";
|
String fatJar = FAT_JAR ? " [Fat Jar]" : "";
|
||||||
|
|
||||||
return TranslatedStrings.PLEASE_SEND_THIS_ERROR_LOG_TO.toString() + " " + author +
|
return TranslatedStrings.PLEASE_SEND_THIS_ERROR_LOG_TO + " " + author +
|
||||||
"\n" + TranslatedStrings.PLEASE_SEND_RESOURCES.toString() +
|
"\n" + TranslatedStrings.PLEASE_SEND_RESOURCES +
|
||||||
"\nBytecode Viewer Version: " + VERSION + fatJar +
|
"\nBytecode Viewer Version: " + VERSION + fatJar +
|
||||||
", OS: " + System.getProperty("os.name") +
|
", OS: " + System.getProperty("os.name") +
|
||||||
", Java: " + System.getProperty("java.version");
|
", Java: " + System.getProperty("java.version");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue