]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/common.php
Using 'form_notice' class instead of 'form' to group both forms
[quix0rs-gnu-social.git] / lib / common.php
index 667826f395121aeae8756ab0d463399c13870d83..2c2f6869eefc3d26bcaee413a7d1405a8055b591 100644 (file)
@@ -189,7 +189,7 @@ function _have_config()
 if (!_have_config()) {
   echo '<p>'. _('No configuation file found. ') .'</p>';
   echo '<p>'. _('I looked for configuration files in the following places: ') .'<br/> '. implode($_config_files, '<br/>');
-  echo '<p>'. _('You make wish run the installer to fix this.') .'</p>';
+  echo '<p>'. _('You may wish to run the installer to fix this.') .'</p>';
   echo '<a href="install.php">'. _('Go to the installer.') .'</a>';
   exit;
 }