This is an automated email from the ASF dual-hosted git repository.
lkishalmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 1340caf [NETBEANS-2001] - Typos in Gradle dialogs o Followup
Unlodable vs. Unloadable
1340caf is described below
commit 1340caf09590c9e0d60b923665b975644241b8bc
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Sun Feb 3 19:28:41 2019 +0100
[NETBEANS-2001] - Typos in Gradle dialogs
o Followup Unlodable vs. Unloadable
---
.../netbeans/modules/gradle/customizer/GradleCustomizerProvider.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/groovy/gradle/src/org/netbeans/modules/gradle/customizer/GradleCustomizerProvider.java
b/groovy/gradle/src/org/netbeans/modules/gradle/customizer/GradleCustomizerProvider.java
index 32a4772..5fdc5b6 100644
---
a/groovy/gradle/src/org/netbeans/modules/gradle/customizer/GradleCustomizerProvider.java
+++
b/groovy/gradle/src/org/netbeans/modules/gradle/customizer/GradleCustomizerProvider.java
@@ -63,7 +63,7 @@ public class GradleCustomizerProvider implements
CustomizerProvider2 {
"# {0} - project display name",
"TIT_Project_Properties=Project Properties - {0}",
"TXT_Unloadable=Project is unloadable, the project information is
unreliable. Show Project Properties dialog?",
- "TIT_Unloadable=Project Unlodable"
+ "TIT_Unloadable=Project Unloadable"
})
@Override
public void showCustomizer(final String preselectedCategory, final String
preselectedSubCategory) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists