summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-04 21:44:15 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-04 21:44:15 -0700
commit85d3a962ccfe61692970e1fdcba0c64c40689e21 (patch)
tree5ee43477c599f4d4e4d4441ccf83d6c171643db3 /themes
parent66c6c3df0e6d722d3c2cc8b12d87b2f3aa903444 (diff)
Change XXX to @todo
Diffstat (limited to 'themes')
-rw-r--r--themes/default/views/pager.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/pager.html.php b/themes/default/views/pager.html.php
index f8517f78..28a39490 100644
--- a/themes/default/views/pager.html.php
+++ b/themes/default/views/pager.html.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<? // See http://docs.kohanaphp.com/libraries/pagination ?>
<ul class="gPager">
- <? /* XXX: This message isn't easily localizable */
+ <? /* @todo This message isn't easily localizable */
$from_to_msg = t("Photos %from_number - %to_number of %total",
array("from_number" => $current_first_item,
"to_number" => $current_last_item,