Normand Briere
2019-08-20 7dc9a8879ed29a7693d617afcb48014504ddc4a9
ObjEditor.java
....@@ -1789,7 +1789,7 @@
17891789 cGridBag creditsPanel = new cGridBag().setVertical(true);
17901790 creditsPanel.setName("Credits");
17911791
1792
- cLabel ogaLabel = new cLabel(" Most Skyboxes courtesy of OpenGameArt!", !Globals.NIMBUSLAF);
1792
+ cLabel ogaLabel = new cLabel(" Skyboxes courtesy of OpenGameArt!", !Globals.NIMBUSLAF);
17931793 creditsPanel.add(ogaLabel);
17941794
17951795 cButton creditButton;
....@@ -1811,7 +1811,7 @@
18111811 }
18121812 });
18131813
1814
- ogaLabel = new cLabel(" Download 3D models! (.3ds and .obj only)", !Globals.NIMBUSLAF);
1814
+ ogaLabel = new cLabel(" Download 3D models! (.3ds and .obj only)", !Globals.NIMBUSLAF);
18151815 creditsPanel.add(ogaLabel);
18161816
18171817 creditsPanel.add(creditButton = GetButton("icons/3delicious.png", !Globals.NIMBUSLAF));