diff --git a/lib/setup.php b/lib/setup.php
index b7fe2f6a2cc0cf1ec274b90a26dca60fee072659..8f772e663e2e8f4c9d509f605091b861501fcc64 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);