File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -346,9 +346,9 @@ public void keyTyped(KeyEvent event) {
346
346
message1 += editor .console .getText ();
347
347
if (!(PreferencesData .getBoolean ("build.verbose" ))) {
348
348
message1 += "\n \n " ;
349
- message1 += " " + tr ("This report would have more information with" ) + " \n ";
350
- message1 += " \" " + tr ( "Show verbose output during compilation" ) + " \" \n ";
351
- message1 += " " + tr ( " enabled in File > Preferences." ) + " \n " ;
349
+ message1 += tr (" This report would have more information with\n " +
350
+ " \ " Show verbose output during compilation\" \n " +
351
+ " enabled in File - > Preferences.\n ") ;
352
352
}
353
353
Clipboard clipboard = Toolkit .getDefaultToolkit ().getSystemClipboard ();
354
354
StringSelection data = new StringSelection (message1 );
You can’t perform that action at this time.
0 commit comments