Translate a few more strings.

darcs-hash:20080708100519-533db-b326ea0bb16ea6c8244cfd00a0dd639d0553dd21.gz
This commit is contained in:
Mike Cochrane
2008-07-08 06:05:19 -04:00
parent 0f502b8d86
commit 4d65b99c68
5 changed files with 10 additions and 9 deletions

View File

@@ -892,7 +892,7 @@ function common_save_replies($notice) {
if (!$id) {
$last_error = &PEAR::getStaticProperty('DB_DataObject','lastError');
common_log(LOG_ERROR, 'DB error inserting reply: ' . $last_error->message);
common_server_error('DB error inserting reply: ' . $last_error->message);
common_server_error(_('DB error inserting reply: %s', $last_error->message));
return;
}
}