v0.3.1a: further tweaks to examine button toast

This commit is contained in:
Evan Debenham 2015-08-22 19:44:08 -04:00 committed by Evan Debenham
parent 4827b11912
commit 79043dd79e

View File

@ -334,7 +334,7 @@ public class Toolbar extends Component {
} }
@Override @Override
public String prompt() { public String prompt() {
return "Press again to search\nPress a tile to examine"; return "Press again to search\nPress a cell for info";
} }
}; };