vieiro commented on code in PR #5598:
URL: https://github.com/apache/netbeans/pull/5598#discussion_r1125516315


##########
java/i18n/src/org/netbeans/modules/i18n/wizard/AdditionalWizardPanel.java:
##########
@@ -218,7 +218,7 @@ public static class Panel extends 
I18nWizardDescriptor.Panel {
         private transient AdditionalWizardPanel additionalPanel;
 
         Panel () {
-            emptyLabel = new 
JLabel(Util.getString("TXT_HasNoAdditonal"));//NOI18N
+            emptyLabel = new 
JLabel(Util.getString("TXT_HasNoAdditional"));//NOI18N

Review Comment:
   Is this changed in the corresponding Bundle file?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
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

Reply via email to