diff options
author | cash <cash.costello@gmail.com> | 2011-12-11 20:59:29 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-11 20:59:29 -0500 |
commit | be3479085d475428a213868e13e8504e924e32ba (patch) | |
tree | 4039eb0fc64185a9531d6b2dd9a135dcca225425 /languages/en.php | |
parent | 67ce751dec9442ccef35bdbe596f9832b3b11c22 (diff) | |
download | elgg-be3479085d475428a213868e13e8504e924e32ba.tar.gz elgg-be3479085d475428a213868e13e8504e924e32ba.tar.bz2 |
added navigation when viewing full image
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index c701f98f4..e7d7bb988 100644 --- a/languages/en.php +++ b/languages/en.php @@ -126,6 +126,7 @@ $english = array( 'image:none' => "No images have been added yet.", 'image:back' => "Previous", 'image:next' => "Next", + 'image:index' => "%u of %u", // tagging 'tidypics:taginstruct' => 'Select area that you want to tag', |