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

View File

@ -57,7 +57,7 @@ public class Toast extends Component {
};
add( close );
text = PixelScene.createText( 8 );
text = PixelScene.createMultiline(8);
add( text );
}

View File

@ -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";
}
};