diff --git a/lib/setup.php b/lib/setup.php index b7fe2f6a2c..8f772e663e 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -628,7 +628,7 @@ class OC_Setup { } else { $entry = ''; } - throw new Exception($l->t('MS SQL username and/or password not valid: $s', array($entry))); + throw new Exception($l->t('MS SQL username and/or password not valid: %s', array($entry))); } OC_Config::setValue('dbuser', $dbuser);