Fixes #1197 Vibration Chamber does produce AE, not ae

This commit is contained in:
thatsIch 2015-04-04 12:26:15 +02:00
parent a081a4f066
commit 632d048ee2

View file

@ -62,7 +62,7 @@ public class GuiVibrationChamber extends AEBaseGui
int k = 25;
int l = -15;
this.pb.setFullMsg( this.cvc.aePerTick * this.cvc.getCurrentProgress() / 100 + " ae/t" );
this.pb.setFullMsg( this.cvc.aePerTick * this.cvc.getCurrentProgress() / 100 + " AE/t" );
if( this.cvc.getCurrentProgress() > 0 )
{