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]" : "";
|
||||
|
||||
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");
|
||||
|
|
Loading…
Reference in a new issue