diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-05-09 15:42:13 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-05-09 15:42:13 +0000 |
commit | e1a3b7d713858303f7e763fd29f7c01e847b0b06 (patch) | |
tree | 802432ac6d7adf44eeb4d89780d64ef9f97aa439 /views/default/js | |
parent | ba7c75f865065caa6910578e0ca9bab6937ca293 (diff) | |
download | elgg-e1a3b7d713858303f7e763fd29f7c01e847b0b06.tar.gz elgg-e1a3b7d713858303f7e763fd29f7c01e847b0b06.tar.bz2 |
tweaked the tag menu box
Diffstat (limited to 'views/default/js')
-rw-r--r-- | views/default/js/tidypics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/js/tidypics.php b/views/default/js/tidypics.php index 22815aa5a..c3520842a 100644 --- a/views/default/js/tidypics.php +++ b/views/default/js/tidypics.php @@ -17,7 +17,7 @@ attached: 'ul#phototagging-menu',
loaderText: '',
inputClass: 'input-filter',
- labelText: "<p>Insert tag</p>",
+ labelText: "<p><?php echo elgg_echo('tidypics:tagthisphoto'); ?></p>",
delay: 100
});
|