Skip to content

Commit 18a3eea

Browse files
committed
sbt: change "production" to "main" in bundle #SCL-23176 fixed
1 parent c271acb commit 18a3eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt/sbt-impl/resources/messages/SbtBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ sbt.settings.remoteDebug.tooltip=Starts the sbt shell as debuggable process. All
129129
use.separate.compiler.output.paths=Use separate compiler output paths
130130
use.separate.compiler.output.paths.tooltip=When enabled, IDEA will use a different class file output directory for compilation than the one used by sbt.<br><br>Requires a project reload.
131131
use.separate.compiler.output.paths.warning=<html>The "Use separate compiler output paths" and "sbt shell use for builds" settings are incompatible. Having both enabled at the same time can lead to missing classes when running programs and tests. Please select only one.</html>
132-
separate.prod.test.modules=Create separate modules for production and test sources
132+
separate.prod.test.modules=Create separate modules for main and test sources
133133

134134
### org/jetbrains/sbt/project/settings/SbtProjectSettingsControl.scala
135135
sbt.settings.project.jdk=Project JDK:

0 commit comments

Comments
 (0)