]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 13 Apr 2011 13:43:05 +0000 (15:43 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 13 Apr 2011 13:43:05 +0000 (15:43 +0200)
Number parameters.

plugins/Bookmark/BookmarkPlugin.php

index 5e11192b48cc44df0585913fbf66c8c9ea9685f0..2d94a43583499978b8e0849d8a042de61f6ffceb 100644 (file)
@@ -519,7 +519,8 @@ class BookmarkPlugin extends MicroAppPlugin
         if (count($atts) < 1) {
             // Something wrong; let default code deal with it.
             // TRANS: Exception thrown when a bookmark has no attachments.
-            throw new Exception(sprintf(_m('Bookmark %s (notice %d) has no attachments.'),
+            // TRANS: %1$s is a bookmark ID, %2$s is a notice ID (number).
+            throw new Exception(sprintf(_m('Bookmark %1$s (notice %2$d) has no attachments.'),
                                         $nb->id,
                                         $notice->id));
         }