We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478cfe2 commit 756b3b3Copy full SHA for 756b3b3
1 file changed
src/main/java/the/bytecode/club/bytecodeviewer/api/ExceptionUI.java
@@ -134,8 +134,8 @@ public static String buildErrorLogHeader(String author)
134
{
135
String fatJar = FAT_JAR ? " [Fat Jar]" : "";
136
137
- return TranslatedStrings.PLEASE_SEND_THIS_ERROR_LOG_TO.toString() + " " + author +
138
- "\n" + TranslatedStrings.PLEASE_SEND_RESOURCES.toString() +
+ return TranslatedStrings.PLEASE_SEND_THIS_ERROR_LOG_TO + " " + author +
+ "\n" + TranslatedStrings.PLEASE_SEND_RESOURCES +
139
"\nBytecode Viewer Version: " + VERSION + fatJar +
140
", OS: " + System.getProperty("os.name") +
141
", Java: " + System.getProperty("java.version");
0 commit comments