Re: [Translate] web/download bindist.en.php, 1.1, 1.2 index.en.php, 1.13, 1.14
"David R. Morrison" <[email protected]> Thu, 15 Jun 2006 14:41:28 -0700
| Newsgroups | gmane.os.apple.fink.i18n |
|---|---|
| Message-ID | <[email protected]> |
Good point. I think I fixed it OK, let me know. -- Dave On Jun 15, 2006, at 12:40 PM, Michèle Garoche wrote: > In web/download/index.en.php, there is this line (#43): > > <li><p> > Double-click "Fink-<? print $fink_version; ?>- > Installer.dmg" to mount the disk image, > then double-click the "Fink <? print $fink_version; ?> > Installer.pkg" package > inside. Follow the instructions on screen. > </p> > > Is the file downloaded by the user whichever version it is - > powerpc, intel, older versions - named Fink-xxx-Installer.dmg? > > If not, maybe the sentence should be better rewritten like this: > > <li><p> > Double-click the installer - "Fink-<? print $fink_version; ?>- > PowerPC-Installer.dmg", "Fink-<? print $fink_version; ?>- > Intel-Installer.dmg", "Fink-<? print $fink_version; ?>- > Installer.dmg" depending on the case - to mount the disk image, > then double-click the "Fink <? print $fink_version; ?> > Installer.pkg" package > inside. Follow the instructions on screen. > </p> > > > Maybe the part with "Fink <? print $fink_version; ?> > Installer.pkg" should also be changed. > >