v0.3.1a: updated the examien button toast to better explain it

This commit is contained in:
Evan Debenham
2015-08-21 02:03:37 -04:00
committed by Evan Debenham
parent e853c8c6ab
commit ba2a4f9328
2 changed files with 9 additions and 9 deletions
@@ -305,7 +305,7 @@ public class Toolbar extends Component {
}
@Override
public String prompt() {
return "Select a cell to examine";
return "Press again to search\nPress a tile to examine";
}
};