diff options
author | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-08 06:05:19 -0400 |
---|---|---|
committer | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-08 06:05:19 -0400 |
commit | 4d65b99c68fee83fe461b9d8d6db86a844f2a431 (patch) | |
tree | b4150e76baed3a63b12aae2c42d29fd0b3a74d33 /lib | |
parent | 0f502b8d8656bf9f1340611893dd0e4d736aeea3 (diff) |
Translate a few more strings.
darcs-hash:20080708100519-533db-b326ea0bb16ea6c8244cfd00a0dd639d0553dd21.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |