Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.863.mcz==================== Summary ====================
Name: Morphic-mt.863
Author: mt
Time: 12 April 2015, 12:50:26.767 pm
UUID: 543a4df8-0000-3541-9f10-ed7eec81f389
Ancestors: Morphic-ul.862
Help text for search bar updated.
=============== Diff against Morphic-ul.862 ===============
Item was changed:
----- Method: SearchBar>>buildWith: (in category 'toolbuilder') -----
buildWith: builder
^ (builder build: (builder pluggableInputFieldSpec new
model: self;
getText: #searchTerm;
setText: #smartSearch:in:;
editText: #searchTermSilently:;
menu: #menu:shifted:;
selection: #selection;
+ help: 'Search or evaluate...' translated))
- help: 'Search...' translated))
name: #searchBar;
wantsFrameAdornments: false;
borderWidth: 0;
yourself!