summaryrefslogtreecommitdiff
path: root/admin_media_upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin_media_upload.php')
-rw-r--r--admin_media_upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_media_upload.php b/admin_media_upload.php
index c5814db34e..86203786d4 100644
--- a/admin_media_upload.php
+++ b/admin_media_upload.php
@@ -197,7 +197,7 @@ echo '<input type="hidden" name="action" value="upload">';
// Print 5 forms for uploading images
for ($i = 1; $i < 6; $i++) {
echo '<table class="upload_media">';
- echo '<tr><th>', I18N::translate('Media file'), ':&nbsp;&nbsp;', $i, '</th></tr>';
+ echo '<tr><th>', I18N::translate('Media file'), ' ', $i, '</th></tr>';
echo '<tr><td>';
echo I18N::translate('Media file to upload');
echo '</td>';