summaryrefslogtreecommitdiff
path: root/resources-en/src/messages/CompilerBundle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'resources-en/src/messages/CompilerBundle.properties')
-rw-r--r--resources-en/src/messages/CompilerBundle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources-en/src/messages/CompilerBundle.properties b/resources-en/src/messages/CompilerBundle.properties
index be7367512247..638cac1b8972 100644
--- a/resources-en/src/messages/CompilerBundle.properties
+++ b/resources-en/src/messages/CompilerBundle.properties
@@ -22,7 +22,7 @@ message.ant.files.generated.ok=Ant build files successfully generated:\n{0}
error.ant.files.generate.failed=Failed to generate ant build script: {0}
error.ant.files.backup.failed=Failed to backup file {0}
generate.ant.build.dialog.cyclic.modules.table.title=Cyclic Module Dependencies
-generate.ant.build.dialog.cyclic.modules.table.description=Some modules have cyclic dependencies.\nIn order to generate ant build script, please select the \"main\" (representative) module for each dependency cycle.\nThe source code for all modules in the cycle will be compiled into the main module's output folders;\nAll modules in the cycle will use the JDK assigned to the main module;\nAny jar archives created will be named after the name of the main module.
+generate.ant.build.dialog.cyclic.modules.table.description=Some modules have cyclic dependencies.\nIn order to generate ant build script, please select the \"main\" (representative) module for each dependency cycle.\nThe source code for all modules in the cycle will be compiled into the main module's output folders;\nAll modules in the cycle will use the JDK assigned to the main module;\nAny JAR files created will be named after the name of the main module.
generate.ant.build.dialog.cyclic.modules.table.number.column.header=Cycle
generate.ant.build.dialog.cyclic.modules.table.name.column.header=Main Module
action.make.selected.modules.text=Make Selected _Modules