X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/e18a34d7c4060c91ae480b388d01216af54b1ec9..bfecca5f8803a850c74add1fe59fbb3987b82e4a:/install.php diff --git a/install.php b/install.php index bbb9eeb..451ebe3 100644 --- a/install.php +++ b/install.php @@ -249,7 +249,7 @@ case 2: "2"><?php echo t ('Jirafeau has an administration interface (through admin.php). ' . - 'You can set a password to access the interface or leave it be empty ' . + 'You can set a password to access the interface or leave it empty ' . 'to disable the interface.'); ?></td> </tr> <tr> <td class = "label"><label for = "select_password" ><?php echo t('Administration password') . ':'; @@ -282,7 +282,7 @@ case 3: t ('The base address of Jirafeau is the first part of the URL, until ' . '(and including) the last slash. For example: ' . - '"http://www.example.com/". Do not forget the ending slash!'); + '"http://www.example.com/". Do not forget the trailing slash!'); ?></td> </tr> <tr> <td class = "label"><label for = "input_web_root" ><?php echo t('Base address') . ':'; ?></label></td> @@ -296,7 +296,7 @@ case 3: echo t('The data directory is where your files and information about' . ' your files will be stored. You should put it outside your web ' . 'site, or at least restrict the access to this directory. Do not ' . - 'forget the ending slash!'); + 'forget the trailing slash!'); ?></td> </tr> <tr> <td class = "label"><label for = "input_var_root" ><?php echo t('Data directory') . ':'; ?></label></td>