Changeset 1726 for trunk/install.php


Ignore:
Timestamp:
Jan 16, 2007, 11:23:05 PM (17 years ago)
Author:
rub
Message:

Very little/small corrections:

o bad parser word user on installation
o standardization of the method to open link in new tab/windows
o removed not used constant
o use/add link constants
o use new function pwg_URL
o add missing translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r1679 r1726  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | branch        : BSF (Best So Far)
     
    364364    'L_ADMIN_EMAIL_INFO'=>$lang['conf_mail_webmaster_info'],
    365365    'L_SUBMIT'=>$lang['Start_Install'],
    366     'L_HELP'=>$lang['install_help'],
     366    'L_INSTALL_HELP'=>sprintf($lang['install_help'], 'http://forum.'.PHPWG_DOMAIN.'/'),
    367367    'L_ERR_COPY'=>$lang['step1_err_copy'],
    368368    'L_END_TITLE'=>$lang['install_end_title'],
Note: See TracChangeset for help on using the changeset viewer.