diff options
Diffstat (limited to 'views/default/js/tidypics.php')
-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
});
|