Skip to content

Commit

Permalink
Correct image block plurality, fixes 1506
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolavi committed Dec 25, 2010
1 parent 11df9f2 commit 2d4d613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/image_block/helpers/image_block_block.php
Expand Up @@ -44,7 +44,7 @@ static function get($block_id, $theme) {
if ($items) {
$block = new Block();
$block->css_id = "g-image-block";
$block->title = t("Random image");
$block->title = t2("Random image", "Random Images", $image_count);
$block->content = new View("image_block_block.html");
$block->content->items = $items;
}
Expand Down

0 comments on commit 2d4d613

Please sign in to comment.