Skip to content

Commit 60a4647

Browse files
authored
Merge pull request #9185 from matthiasblaesing/fix_missing_resource
java.api.common: Fix missing resource LBL_TestModuleFolder_DialogTitle
2 parents efc29c9 + 3111d54 commit 60a4647

File tree

1 file changed

+1
-1
lines changed
  • java/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer

1 file changed

+1
-1
lines changed

java/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/Bundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ TITLE_InvalidRoot=Invalid Source Roots
6969
LBL_SourceFolder_DialogTitle=Add Source Folder
7070
LBL_TestFolder_DialogTitle=Add Test Folder
7171
LBL_ModuleFolder_DialogTitle=Add Module Folder
72-
LBL_TestFolder_DialogTitle=Add Test Module Folder
72+
LBL_TestModuleFolder_DialogTitle=Add Test Module Folder
7373
LBL_InvalidRoot=Already used package folders:
7474
MNE_InvalidRoot=A
7575
AD_InvalidRoot=N/A

0 commit comments

Comments
 (0)