The file contains three texts to be translated as follows (line 347 to 352): ``` java if (!(PreferencesData.getBoolean("build.verbose"))) { message1 += "\n\n"; message1 += " " + tr("This report would have more information with") + "\n"; message1 += " \"" + tr("Show verbose output during compilation") + "\"\n"; message1 += " " + tr("enabled in File > Preferences.") + "\n"; } ``` Please consider a message instead of three fragmented messages, since that confuses us translators.