summaryrefslogtreecommitdiffstats
path: root/templates/show_ip_history.inc.php
diff options
context:
space:
mode:
authormomo-i <momo-i@ampache>2008-08-25 00:30:35 +0000
committermomo-i <momo-i@ampache>2008-08-25 00:30:35 +0000
commitf9270baba89803586e3d4eaf0b246961b5df75ca (patch)
treec06212a071f9571786d379ffd807d45b0fc53eb5 /templates/show_ip_history.inc.php
parentc16f287900ca5ec869b151af00759ea852f39287 (diff)
downloadampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.gz
ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.bz2
ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.zip
Modified: More translatable templates.
Diffstat (limited to 'templates/show_ip_history.inc.php')
-rw-r--r--templates/show_ip_history.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_ip_history.inc.php b/templates/show_ip_history.inc.php
index 801d51cd..c6bdf4f5 100644
--- a/templates/show_ip_history.inc.php
+++ b/templates/show_ip_history.inc.php
@@ -20,7 +20,7 @@
*/
?>
-<?php show_box_top($working_user->fullname . ' ' . _('IP History')); ?>
+<?php show_box_top(sprintf(_('%s IP History'), $working_user->fullname)); ?>
<div>
<?php if (isset($_REQUEST['all'])){ ?>
<a class="button" href="<?php echo Config::get('web_path')?>/admin/users.php?action=show_ip_history&user_id=<?php echo $working_user->id?>"><?php echo _('Show Unique'); ?>...</a>