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 a0eedc5 [NETBEANS-2001] Fix Typos in Gradle dialog Boxes.
a0eedc5 is described below
commit a0eedc59ce2cc347d7e07b0a20f2fdd3c0b6c93d
Author: Laszlo Kishalmi <[email protected]>
AuthorDate: Sat Feb 2 13:27:44 2019 -0800
[NETBEANS-2001] Fix Typos in Gradle dialog Boxes.
---
.../gradle/src/org/netbeans/modules/gradle/ActionProviderImpl.java | 6 +++---
.../src/org/netbeans/modules/gradle/customizer/Bundle.properties | 6 +++---
.../modules/gradle/customizer/GradleCustomizerProvider.java | 4 ++--
.../src/org/netbeans/modules/gradle/options/Bundle.properties | 4 ++--
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git
a/groovy/gradle/src/org/netbeans/modules/gradle/ActionProviderImpl.java
b/groovy/gradle/src/org/netbeans/modules/gradle/ActionProviderImpl.java
index 5a7f4e9..7626954 100644
--- a/groovy/gradle/src/org/netbeans/modules/gradle/ActionProviderImpl.java
+++ b/groovy/gradle/src/org/netbeans/modules/gradle/ActionProviderImpl.java
@@ -147,7 +147,7 @@ public class ActionProviderImpl implements ActionProvider {
DataObject dobj = lkp.lookup(DataObject.class);
String dobjName = dobj != null ? dobj.getName() : "";
Project prj = project != null ? project : lkp.lookup(Project.class);
- String prjLabel = prj != null ?
ProjectUtils.getInformation(prj).getDisplayName() : "No Project on Lookup";
+ String prjLabel = prj != null ?
ProjectUtils.getInformation(prj).getDisplayName() : "No Project on Lookup";
//NOI18N
switch (action) {
case ActionProvider.COMMAND_RUN:
title = TXT_Run(prjLabel);
@@ -349,8 +349,8 @@ public class ActionProviderImpl implements ActionProvider {
} else {
Project p = findOwner(projects, fo);
if(p == null) {
- p = FileOwnerQuery.getOwner(fo);
- }
+ p = FileOwnerQuery.getOwner(fo);
+ }
if (p != null) {
triggeredOnFile = true;
Action a = forProject(p, fo);
diff --git
a/groovy/gradle/src/org/netbeans/modules/gradle/customizer/Bundle.properties
b/groovy/gradle/src/org/netbeans/modules/gradle/customizer/Bundle.properties
index 0e69b46..a7c34a8 100644
--- a/groovy/gradle/src/org/netbeans/modules/gradle/customizer/Bundle.properties
+++ b/groovy/gradle/src/org/netbeans/modules/gradle/customizer/Bundle.properties
@@ -26,7 +26,7 @@ ProjectInfoPanel.tfDescription.text=
ProjectInfoPanel.tfGroup.text=
ProjectInfoPanel.tfVersion.text=
ProjectInfoPanel.jLabel4.text=Parent Project:
-ProjectInfoPanel.jLabel5.text=Pugins:
+ProjectInfoPanel.jLabel5.text=Plugins:
BuildActionsCustomizer.lbActions.text=Configured Actions:
BuildActionsCustomizer.lbNoAction.text=No Selected Action
BuildActionsCustomizer.lbName.text=Name:
@@ -42,5 +42,5 @@ LicenseHeadersPanel.rbCustomFile.text=Use Gradle Defined
License:
LicenseHeadersPanel.jLabel2.text=<html>Use the value of
<b>netbeans.license</b> or in its absence <b>license</b>\nproperty of the
project (or it's parent). It is recommended to set this property on the\nroot
project only. The value of the license property can be:\n<ul>\n <li>Short name
of a NetBeans Global license<br/>(e.g.: apache20)</li>\n <li>Project directory
relative path to a file.</li>\n <li>Absolute path to a file.</li>\n <li>URI
to a registered global license<br/>(e.g.: http [...]
BuildActionsCustomizer.jLabel1.text=Configure Action:
ProjectInfoPanel.jLabel6.text=Included Builds:
-BuildActionsCustomizer.cbRepeatable.toolTipText=Is this action alowed to be
rerun from the output tab?
-BuildActionsCustomizer.lbReloadHints.text=<html>Reload Project after this
acton:\n<ul>\n<li><b>NEVER:</b> Do not reload.</li>\n<li><b>DEFAULT:</b> Reload
only if the project had some problems.</li>\n<li><b>ALWAYS:</b> Always reload
the project.</li>\n<li><b>ALWAYS_ONLINE:</b> Always reload the project,
allowing Gradle to go online.</li>\n</ul>
+BuildActionsCustomizer.cbRepeatable.toolTipText=Is this action allowed to be
rerun from the output tab?
+BuildActionsCustomizer.lbReloadHints.text=<html>Reload Project after this
action:\n<ul>\n<li><b>NEVER:</b> Do not reload.</li>\n<li><b>DEFAULT:</b>
Reload only if the project had some problems.</li>\n<li><b>ALWAYS:</b> Always
reload the project.</li>\n<li><b>ALWAYS_ONLINE:</b> Always reload the project,
allowing Gradle to go online.</li>\n</ul>
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 11bb744..32a4772 100644
---
a/groovy/gradle/src/org/netbeans/modules/gradle/customizer/GradleCustomizerProvider.java
+++
b/groovy/gradle/src/org/netbeans/modules/gradle/customizer/GradleCustomizerProvider.java
@@ -50,7 +50,7 @@ import org.openide.util.lookup.Lookups;
projectType = NbGradleProject.GRADLE_PROJECT_TYPE
)
public class GradleCustomizerProvider implements CustomizerProvider2 {
-
+
public static final HelpCtx HELP_CTX = new HelpCtx("gradle_settings");
private final Project project;
@@ -62,7 +62,7 @@ public class GradleCustomizerProvider implements
CustomizerProvider2 {
@NbBundle.Messages({
"# {0} - project display name",
"TIT_Project_Properties=Project Properties - {0}",
- "TXT_Unloadable=Project is unloadable, the project information is
unreliable. Show Project Rroperties dialog?",
+ "TXT_Unloadable=Project is unloadable, the project information is
unreliable. Show Project Properties dialog?",
"TIT_Unloadable=Project Unlodable"
})
@Override
diff --git
a/groovy/gradle/src/org/netbeans/modules/gradle/options/Bundle.properties
b/groovy/gradle/src/org/netbeans/modules/gradle/options/Bundle.properties
index 52f3e89..d0d9156 100644
--- a/groovy/gradle/src/org/netbeans/modules/gradle/options/Bundle.properties
+++ b/groovy/gradle/src/org/netbeans/modules/gradle/options/Bundle.properties
@@ -46,10 +46,10 @@ SettingsPanel.jLabel1.text=Performance:
SettingsPanel.cbOpenLazy.toolTipText=<html>This option makes IDE more
responsive on project open action.<br/>\nSome plugins (like Scala) may problem
when this option is enabled.
SettingsPanel.cbOpenLazy.text=Enable '&lazy' Source Group Initialization
SettingsPanel.cbPreferMaven.text=Prefer Maven Projects over Gradle (needs
restart)
-SettingsPanel.cbEnableCache.toolTipText=<html>Cache data on-disk after the
projects is analised by Gradle.<br/>\n<b>Note: Turn off this option for
debugging purposes.</b>
+SettingsPanel.cbEnableCache.toolTipText=<html>Cache data on-disk after the
projects is analyzed by Gradle.<br/>\n<b>Note: Turn off this option for
debugging purposes.</b>
SettingsPanel.cbEnableCache.text=Use on-disk &cache
SettingsPanel.lbDownloadLibs.text=Download Dependencies on Project
SettingsPanel.lbDownloadSources.text=Download Sources Along with the
Dependencies
-SettingsPanel.lbDownloadJavadoc.text=Download Javadoc Along with the
Dependencies
+SettingsPanel.lbDownloadJavadoc.text=Download JavaDoc Along with the
Dependencies
SettingsPanel.cbDownloadJavadoc.toolTipText=Not implemented yet.
SettingsPanel.cbDownloadSources.toolTipText=Not implemented yet.
---------------------------------------------------------------------
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