Skip to content

Commit 5896feb

Browse files
author
Krypteria
committed
Update MainWindow.java
1 parent a64a310 commit 5896feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/MainWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private void setIcon(){
5353
setIconImage(icon.getImage());
5454
}
5555
private void initGUI(){
56-
this.setTitle("LFDS: Local file distribution system");
56+
this.setTitle("LFDS: Local File Distribution System");
5757
this.setSize(new Dimension(MAX_WIDTH, MAX_HEIGHT));
5858

5959
this.mainPanel = new JPanel();

0 commit comments

Comments
 (0)