Changeset 5022 for trunk/install.php


Ignore:
Timestamp:
Mar 2, 2010, 5:01:37 PM (14 years ago)
Author:
nikrou
Message:

Feature 1450 :

  • add "subscribe %s"
  • fix misspelling in install.tpl and in install.php
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r5021 r5022  
    305305      $html_content = htmlentities( $file_content, ENT_QUOTES );
    306306      $html_content = nl2br( $html_content );
    307       $error_copy = l10n('Copy the text in pink between hyphens and paste it into the file \"include/config_database.inc.php\"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)');
     307      $error_copy = l10n('Copy the text in pink between hyphens and paste it into the file "include/config_database.inc.php"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)');
    308308      $error_copy .= '<br>--------------------------------------------------------------------<br>';
    309309      $error_copy .= '<span class="sql_content">' . $html_content . '</span>';
Note: See TracChangeset for help on using the changeset viewer.