Skip to content

Commit

Permalink
changed tab name
Browse files Browse the repository at this point in the history
  • Loading branch information
AppLoidx committed May 4, 2019
1 parent 5bf1826 commit 0d946da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/application/views/CheatSheetView.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public void paintComponent(Graphics g) {

g.drawImage(img, 150 ,0 ,Color.WHITE, this);

// g.fillRect(0, 0, this.getWidth(), this.getHeight());

}

@Override
Expand All @@ -50,6 +48,6 @@ public void panelDeactivate() {

@Override
public String getPanelName() {
return "Cheat sheet";
return "Список команд";
}
}

0 comments on commit 0d946da

Please sign in to comment.