diff --git a/inc/inc.ClassSettings.php b/inc/inc.ClassSettings.php
index 26206d127..c6d226963 100644
--- a/inc/inc.ClassSettings.php
+++ b/inc/inc.ClassSettings.php
@@ -316,7 +316,7 @@ class Settings { /* {{{ */
// Load config file
if (!defined("SEEDDMS_INSTALL")) {
if(!file_exists($configFilePath)) {
- echo "You does not seem to have a valid configuration. Run the install tool first.";
+ echo "You do not seem to have a valid configuration. Run the install tool first.";
exit;
}
}