diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2009-01-15 10:02:41 +0000 |
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2009-01-15 10:02:41 +0000 |
| commit | e4a9b19bf9997f46203fbc18c696c63703a72625 (patch) | |
| tree | c33f4cb354961eeba452f428dfa68c664bc3226f /themes/default/views/photo.html.php | |
| parent | e53916dd0622e3db61d6a05ad0fe69e8d7c7f11a (diff) | |
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
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 ?> |
