Code Cleanup
This commit is contained in:
parent
8604c68612
commit
273af4f27e
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ public class PluginConsole extends SystemConsole
|
||||||
|
|
||||||
public PluginConsole(String pluginName)
|
public PluginConsole(String pluginName)
|
||||||
{
|
{
|
||||||
super(Configuration.pluginConsoleAsNewTab ? (pluginName + " Output") : (TranslatedStrings.PLUGIN_CONSOLE_TITLE + " - " + pluginName));
|
super(Configuration.pluginConsoleAsNewTab ? (pluginName + " Output")
|
||||||
|
: (TranslatedStrings.PLUGIN_CONSOLE_TITLE + " - " + pluginName));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue