aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-27 21:48:02 -0700
committerFriendika <info@friendika.com>2011-07-27 21:48:02 -0700
commit822fea9d9d6ba55fca712c2067616421320e2e9f (patch)
treea0b84943e309fdcf5f4ba17979e4b37b8215f4c0
parentb721fabc3c1f6c01e4212e804f6ba6293c4983e1 (diff)
downloadvolse-hubzilla-822fea9d9d6ba55fca712c2067616421320e2e9f.tar.gz
volse-hubzilla-822fea9d9d6ba55fca712c2067616421320e2e9f.tar.bz2
volse-hubzilla-822fea9d9d6ba55fca712c2067616421320e2e9f.zip
installer text changes
-rw-r--r--boot.php2
-rw-r--r--mod/install.php6
2 files changed, 4 insertions, 4 deletions
diff --git a/boot.php b/boot.php
index 4c8c1c4d2..7e46d92eb 100644
--- a/boot.php
+++ b/boot.php
@@ -1,6 +1,6 @@
<?php
-define ( 'FRIENDIKA_VERSION', '2.2.1053' );
+define ( 'FRIENDIKA_VERSION', '2.2.1054' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1076 );
diff --git a/mod/install.php b/mod/install.php
index 970ff6af8..27cc6af84 100644
--- a/mod/install.php
+++ b/mod/install.php
@@ -123,15 +123,15 @@ function install_content(&$a) {
$o .= replace_macros($tpl, array(
'$lbl_01' => t('Friendika Social Network'),
'$lbl_02' => t('Installation'),
- '$lbl_03' => t('In order to install Friendika we need to know how to contact your database.'),
+ '$lbl_03' => t('In order to install Friendika we need to know how to connect to your database.'),
'$lbl_04' => t('Please contact your hosting provider or site administrator if you have questions about these settings.'),
- '$lbl_05' => t('The database you specify below must already exist. If it does not, please create it before continuing.'),
+ '$lbl_05' => t('The database you specify below should already exist. If it does not, please create it before continuing.'),
'$lbl_06' => t('Database Server Name'),
'$lbl_07' => t('Database Login Name'),
'$lbl_08' => t('Database Login Password'),
'$lbl_09' => t('Database Name'),
'$lbl_10' => t('Please select a default timezone for your website'),
- '$lbl_11' => t('Site administrator email address. Your account email address will need match this.'),
+ '$lbl_11' => t('Site administrator email address. Your account email address must match this in order to use the web admin panel.'),
'$baseurl' => $a->get_baseurl(),
'$tzselect' => ((x($_POST,'timezone')) ? select_timezone($_POST['timezone']) : select_timezone()),
'$submit' => t('Submit'),