Skip to content

Commit 756b3b3

Browse files
committed
Small cleanup
1 parent 478cfe2 commit 756b3b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/the/bytecode/club/bytecodeviewer/api/ExceptionUI.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ public static String buildErrorLogHeader(String author)
134134
{
135135
String fatJar = FAT_JAR ? " [Fat Jar]" : "";
136136

137-
return TranslatedStrings.PLEASE_SEND_THIS_ERROR_LOG_TO.toString() + " " + author +
138-
"\n" + TranslatedStrings.PLEASE_SEND_RESOURCES.toString() +
137+
return TranslatedStrings.PLEASE_SEND_THIS_ERROR_LOG_TO + " " + author +
138+
"\n" + TranslatedStrings.PLEASE_SEND_RESOURCES +
139139
"\nBytecode Viewer Version: " + VERSION + fatJar +
140140
", OS: " + System.getProperty("os.name") +
141141
", Java: " + System.getProperty("java.version");

0 commit comments

Comments
 (0)