Thomas Bruederli
2013-09-28 cf46aefd9d8be57722514ab0b6047fa573f46a36
program/steps/utils/spell.inc
@@ -45,7 +45,7 @@
if ($err = $spellchecker->error()) {
    rcube::raise_error(array('code' => 500, 'type' => 'php',
        'file' => __FILE__, 'line' => __LINE__,
        'message' => sprintf("Spell check engine error: " . $err)),
        'message' => "Spell check engine error: " . trim($err)),
        true, false);
}