From 7a265ada483788793ebd74a4ecc08f4f4e737340 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Tue, 13 Oct 2009 12:13:11 -0400 Subject: [PATCH] Fix typo's in installer --- install.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.php b/install.php index 30dd34496b..425ea91ef8 100644 --- a/install.php +++ b/install.php @@ -305,7 +305,7 @@ function showLibs() } echo<< -

Laconica comes bundled with a number of libraries required for the application to work. However, it is best that you use PEAR or you distribution to manage +

StatusNet comes bundled with a number of libraries required for the application to work. However, it is best that you use PEAR or you distribution to manage libraries instead, as they tend to provide security updates faster, and may offer improved performance.

On Debian based distributions, such as Ubuntu, use a package manager (such as "aptitude", "apt-get", and "synaptic") to install the package listed.

On RPM based distributions, such as Red Hat, Fedora, CentOS, Scientific Linux, Yellow Dog Linux and Oracle Enterprise Linux, use a package manager (such as "yum", "apt-rpm", and "up2date") to install the package listed.

@@ -318,7 +318,7 @@ E_O_T; { echo '
  • '; if(isset($library['url'])){ - echo ''.htmlentities($library['name']).''; + echo ''.htmlentities($library['name']).''; }else{ echo htmlentities($library['name']); } @@ -343,7 +343,7 @@ E_O_T; { echo '
  • '; if(isset($library['url'])){ - echo ''.htmlentities($library['name']).''; + echo ''.htmlentities($library['name']).''; }else{ echo htmlentities($library['name']); } @@ -365,7 +365,7 @@ function showForm()

    Enter your database connection information below to initialize the database.

    -

    Laconica bundles a number of libraries for ease of installation. You can see what bundled libraries you are using, versus what libraries are installed on your server. +

    StatusNet bundles a number of libraries for ease of installation. You can see what bundled libraries you are using, versus what libraries are installed on your server.