v0.4.0: adjusted some item names and descriptions
This commit is contained in:
@@ -154,9 +154,5 @@ public class DewVial extends Item {
|
||||
public String status() {
|
||||
return Messages.format( TXT_STATUS, volume, MAX_VOLUME );
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return super.toString() + " (" + status() + ")" ;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user