Skip to content

Commit

Permalink
Changed bot formatting (omg i have time for this)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishand17 authored Aug 30, 2016
1 parent c7e6433 commit 1527fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private void addLeftPanel () {
}

JPanel botHeadingPanel = new JPanel(new GridLayout(1,2));
JLabel botHeadingLabel = new JLabel("T4J Bot");
JLabel botHeadingLabel = new JLabel("Twitter Bot");
botHeadingLabel.setFont(defaultUIFontBold);
JLabel botHeadingHelpPanel = new JLabel();
ImageIcon help = createImageIcon("help_button.png");
Expand Down

0 comments on commit 1527fca

Please sign in to comment.