Member:
Markus ⋅
Date: August 23, 2009, 02:52 PM
⋅ Subject: "(No title)"
Thanks for reporting these, John!
1. A missing language string, I noticed the same myself a few days back.
2. I hate stray pixels. Will fix.
3. "Home" is the module's name. If you want to exclude the module name from the navigation stream, insert into /modules/home/home_config.php the following:
$core['show']['module'] = FALSE;
Same applies for the config files of any module. If you want to add a custom entry to the beginning of the navigation stream, you can use the following:
$core['module']['stream_home_url'] = "index.php?module=home";
$core['module']['stream_home_name'] = "Start";
...or whatever else you may want to call them / set them to. The modules' config-files also contain a whole lot more than can be of interest for a hobbyist, and the parameters from /core/variables.php can also be copied to module configuration, setting for example different image conversion sizes for each module, and more. (Some of them you shouldn't change however, and all of this will be documented in due course.)
The "iWiccle Home" text (as most other page titles) can be changed through the Builder, as shown below:

(This feature, by the way, is something that lacks multi-language support as of yet --- coming up.)
4. Would you like me to send her some Kleenex? 