From 4d65b99c68fee83fe461b9d8d6db86a844f2a431 Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Tue, 8 Jul 2008 06:05:19 -0400 Subject: Translate a few more strings. darcs-hash:20080708100519-533db-b326ea0bb16ea6c8244cfd00a0dd639d0553dd21.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index c20075b30..925a078b6 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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; } } -- cgit v1.2.3-54-g00ecf