Skip to content

Commit

Permalink
Renamed constantsFrame as ConstantsFrame for consistency with other B…
Browse files Browse the repository at this point in the history
…SAF items
  • Loading branch information
hbitteur committed Dec 26, 2024
1 parent e3c87eb commit 17f34a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/org/audiveris/omr/ui/ConstantsUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public ConstantsUI ()
UnitManager.getInstance().preLoadUnits();

dialog = new JDialog(OMR.gui.getFrame());
dialog.setName("constantsFrame"); // For SAF life cycle
dialog.setName("ConstantsFrame"); // For SAF life cycle

JComponent framePane = (JComponent) dialog.getContentPane();
framePane.setLayout(new BorderLayout());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Resources for ConstantsUI
# -------------------------

constantsFrame.title = Units Constants
ConstantsFrame.title = Units Constants

constantsDumpButton.text = Dump all Units
constantsCheckButton.text = Check all Units
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Resources for ConstantsUI
# -------------------------

constantsFrame.title = Constantes des Modules
ConstantsFrame.title = Constantes des Modules

constantsDumpButton.text = Dump des modules
constantsCheckButton.text = V\u00e9rification des Modules
Expand Down

0 comments on commit 17f34a0

Please sign in to comment.