Skip to content

Commit

Permalink
Change field name price -> Market price
Browse files Browse the repository at this point in the history
  • Loading branch information
Saitel Daniela Agudelo Sanabria committed Sep 6, 2019
1 parent 31ff018 commit 8f16e2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private void initialize() {
btBad.addMouseListener(new WeatherListener());
getContentPane().add(btBad, "6, 12, left, center");

lbPrice = new JLabel("Price");
lbPrice = new JLabel("Market price");
getContentPane().add(lbPrice, "2, 14");

btFixed = new JRadioButton("Fixed");
Expand Down

0 comments on commit 8f16e2b

Please sign in to comment.