diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-12 04:04:26 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-12 04:04:26 +0000 |
commit | 8ae6a7a1448c411a9c1cd07dc3a45a6ec8924a32 (patch) | |
tree | b5952699c8c69e2c0d4d3efc30d1af224b782aa8 /modules/g2_import/views | |
parent | 61ad68f1e6e77196ac28bca0c57441f0c38ef90b (diff) |
Import tags.
Diffstat (limited to 'modules/g2_import/views')
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 8b6d069e..42c422c7 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -40,6 +40,10 @@ <li> <?= t2("1 comment", "%count comments", $g2_stats["comments"]) ?> </li> + <li> + <?= t2("1 tagged photo/movie/album", + "%count tagged photos/movies/albums", $g2_stats["tags"]) ?> + </li> </ul> </div> |