diff options
Diffstat (limited to 'themes/default/views/photo.html.php')
| -rw-r--r-- | themes/default/views/photo.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index aa7053dc..8c0f7f5e 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -3,7 +3,7 @@ <?= $theme->photo_top() ?> <ul id="gPager"> - <li><?= t("{{position}} of {{total}}", array("position" => $position, "total" => $sibling_count)) ?></li> + <li><?= t("%position of %total", array("position" => $position, "total" => $sibling_count)) ?></li> <? if ($previous_item): ?> <li><span class="ui-icon ui-icon-seek-prev"></span><a href="<?= $previous_item->url() ?>"><?= t("previous") ?></a></li> <? endif ?> |
