Small cleanup

This commit is contained in:
Nico Mexis 2021-09-16 13:56:26 +02:00
parent 478cfe242e
commit 756b3b3336
No known key found for this signature in database
GPG key ID: 27D6E17CE092AB78

View file

@ -134,8 +134,8 @@ public class ExceptionUI extends JFrameConsole
{
String fatJar = FAT_JAR ? " [Fat Jar]" : "";
return TranslatedStrings.PLEASE_SEND_THIS_ERROR_LOG_TO.toString() + " " + author +
"\n" + TranslatedStrings.PLEASE_SEND_RESOURCES.toString() +
return TranslatedStrings.PLEASE_SEND_THIS_ERROR_LOG_TO + " " + author +
"\n" + TranslatedStrings.PLEASE_SEND_RESOURCES +
"\nBytecode Viewer Version: " + VERSION + fatJar +
", OS: " + System.getProperty("os.name") +
", Java: " + System.getProperty("java.version");