From: Siebrand Mazeland Date: Tue, 30 Aug 2011 09:04:54 +0000 (+0200) Subject: Add translator documentation. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=5a37d0bdc68495acf5e72251b98e6d0201187166;p=quix0rs-gnu-social.git Add translator documentation. --- diff --git a/classes/Memcached_DataObject.php b/classes/Memcached_DataObject.php index 03f105388d..cbbe4f6f7e 100644 --- a/classes/Memcached_DataObject.php +++ b/classes/Memcached_DataObject.php @@ -142,6 +142,7 @@ class Memcached_DataObject extends Safe_DataObject if (count($toFetch) > 0) { $i = DB_DataObject::factory($cls); if (empty($i)) { + // TRANS: Exception thrown when a program code class (%s) cannot be instantiated. throw new Exception(sprintf(_('Cannot instantiate class %s.'),$cls)); } foreach ($otherCols as $otherKeyCol => $otherKeyVal) {