summaryrefslogtreecommitdiffstats
path: root/templates/show_preferences.inc.php
diff options
context:
space:
mode:
authormomo-i <momo-i@ampache>2008-08-29 07:07:13 +0000
committermomo-i <momo-i@ampache>2008-08-29 07:07:13 +0000
commit59a103e607811934c3d1213c48c58eb9a2748d77 (patch)
tree3bba6e6dca915accf48c1e0d6d9ee5f7ff74ce2a /templates/show_preferences.inc.php
parentfae2f92e98fdeecc69044933c509e17c7ad91fb6 (diff)
downloadampache-59a103e607811934c3d1213c48c58eb9a2748d77.tar.gz
ampache-59a103e607811934c3d1213c48c58eb9a2748d77.tar.bz2
ampache-59a103e607811934c3d1213c48c58eb9a2748d77.zip
Updated more translatable
Diffstat (limited to 'templates/show_preferences.inc.php')
-rw-r--r--templates/show_preferences.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_preferences.inc.php b/templates/show_preferences.inc.php
index 1ee70ec3..1e2d7638 100644
--- a/templates/show_preferences.inc.php
+++ b/templates/show_preferences.inc.php
@@ -25,7 +25,7 @@
*/
?>
-<?php show_box_top(_('Editing') . ' ' . $fullname . ' ' . _('preferences'),'box box_preferences'); ?>
+<?php show_box_top(sprintf(_('Editing %s preferences'), $fullname),'box box_preferences'); ?>
<?php if ($_REQUEST['tab'] != 'account' && $_REQUEST['tab'] != 'modules') { ?>
<form method="post" name="preferences" action="<?php echo Config::get('web_path'); ?>/preferences.php?action=update_preferences" enctype="multipart/form-data">