Change LCD Text on Button Press (Using IF ELSE)

Delta_G:
That else if statement needs counter to equal 1. Now look at the while loop it is inside. If counter equals 1 the code can never get to that else if statement.

Oh okay that makes sense. So what if I take it out of the loop and just run it as an if/else statement? do you think that would help at all?