diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-29 20:24:48 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-29 20:24:48 -0700 |
commit | 937fd1355233f44bd069e2039a14204ab0958df8 (patch) | |
tree | 9af07e6e03542c76c66d6bd9017f18d4e40c796b | |
parent | b78bfa5c4a8717ed889a1f8fd16cfa150a4e699b (diff) |
Change XXX to @todo
-rw-r--r-- | themes/admin_default/views/pager.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_default/views/pager.html.php b/themes/admin_default/views/pager.html.php index 471b4811..5034ec19 100644 --- a/themes/admin_default/views/pager.html.php +++ b/themes/admin_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 = t2("Item %from_number of %count", "Items %from_number - %to_number of %count", $total_items, |