Browse Source

About Us Language

Edgardo Palza 7 years ago
parent
commit
237d9a4ce3
2 changed files with 2 additions and 4 deletions
  1. 2 2
      src/ui/view/AboutUsPopUp.java
  2. 0 2
      src/ui/view/GUI.java

+ 2 - 2
src/ui/view/AboutUsPopUp.java

@@ -28,10 +28,10 @@ public class AboutUsPopUp extends JFrame {
 	private JLabel credits = new JLabel();
 
 	/**
-	 * Constructor.
+	 * Constructor
 	 */
 	public AboutUsPopUp() {
-		super("About Us");
+		super(Languages.getLanguage()[14]);
 		this.setIconImage(new ImageIcon(this.getClass().getResource("/Images/Dummy_House.png")).getImage()
 				.getScaledInstance(30, 30, Image.SCALE_SMOOTH));
 		setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);

+ 0 - 2
src/ui/view/GUI.java

@@ -910,10 +910,8 @@ public class GUI<E> implements CategoryListener {
 					}
 					canvas.repaint();
 				} catch (Exception e) {
-
 				}
 			}
-
 		});
 
 		/***********************