Skip to content

Commit

Permalink
Message property key typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamburkegh committed Nov 27, 2023
1 parent f0d952c commit f32b1fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public class QuantitativeSimulationDialog extends JDialog
Messages.getString("QuantAna.Simulation.ToolTip.W"),
Messages.getString("QuantAna.Simulation.ToolTip.Ws"),
Messages.getString("QuantAna.Simulation.ToolTip.Wq"),
Messages.getString("QuantAna.Simulation.TooTip.Details")
Messages.getString("QuantAna.Simulation.ToolTip.Details")
};

private String[] colResUtil = {
Expand Down

0 comments on commit f32b1fc

Please sign in to comment.