forked from GNUsocial/gnu-social
Translate a few more strings.
darcs-hash:20080708100519-533db-b326ea0bb16ea6c8244cfd00a0dd639d0553dd21.gz
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user