This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new ebdfc3e  Fix typo (anonymous fix from github)
ebdfc3e is described below

commit ebdfc3ecb3eaba9f3e92484dac4e6191c39645de
Author: Matthias Bläsing <mblaes...@doppel-helix.eu>
AuthorDate: Fri Mar 6 22:11:36 2020 +0100

    Fix typo (anonymous fix from github)
    
    Closes: #1998
---
 .../gradle/src/org/netbeans/modules/gradle/customizer/Bundle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 eab5097..be85fc4 100644
--- a/groovy/gradle/src/org/netbeans/modules/gradle/customizer/Bundle.properties
+++ b/groovy/gradle/src/org/netbeans/modules/gradle/customizer/Bundle.properties
@@ -39,7 +39,7 @@ BuildActionsCustomizer.lbTitle.text=Override IDE Default 
Action Binding and Cust
 LicenseHeadersPanel.jLabel1.text=License Header
 LicenseHeadersPanel.rbGlobalLicense.text=Use Global License:
 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>Root project directory relative path to a 
file.</li>\n  <li>Absolute path to a file.</l [...]
+LicenseHeadersPanel.jLabel2.text=<html>Use the value of 
<b>netbeans.license</b> or in its absence <b>license</b>\nproperty of the 
project (or its 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>Root project directory relative path to a 
file.</li>\n  <li>Absolute path to a file.</li [...]
 BuildActionsCustomizer.jLabel1.text=Configure Action:
 ProjectInfoPanel.jLabel6.text=Included Builds:
 BuildActionsCustomizer.cbRepeatable.toolTipText=Is this action allowed to be 
rerun from the output tab?


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to