X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/49320765788372720b4605612583794f27f1d19e..490704220365421ea0ea9d76ab3768a94b8ccd47:/install.php?ds=sidebyside

diff --git a/install.php b/install.php
index 7ebc7bf..5226f1b 100644
--- a/install.php
+++ b/install.php
@@ -89,7 +89,7 @@ function
 jirafeau_check_var_dir ($path)
 {
     $mkdir_str1 = t('The following directory could not be created') . ':';
-    $mkdir_str2 = t('You should create this directory by hand.');
+    $mkdir_str2 = t('You should create this directory manually.');
     $write_str1 = t('The following directory is not writable') . ':';
     $write_str2 = t('You should give the write permission to the web server on ' .
                     'this directory.');
@@ -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>