mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
title capitalization
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ public class HtmlUnknownTagInspection extends HtmlUnknownTagInspectionBase {
|
||||
final FieldPanel additionalAttributesPanel = new FieldPanel(null, null, new ActionListener() {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent event) {
|
||||
Messages.showTextAreaDialog(panelRef.get().getTextField(), inspection.getPanelTitle(), "HtmlUnknownTagInspection",
|
||||
Messages.showTextAreaDialog(panelRef.get().getTextField(), StringUtil.wordsToBeginFromUpperCase(inspection.getPanelTitle()), "HtmlUnknownTagInspection",
|
||||
new Function<String, List<String>>() {
|
||||
@Override
|
||||
public List<String> fun(String s) {
|
||||
|
||||
Reference in New Issue
Block a user