aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/views/default/embed/upload/content.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/embed/views/default/embed/upload/content.php')
-rw-r--r--mod/embed/views/default/embed/upload/content.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/embed/views/default/embed/upload/content.php b/mod/embed/views/default/embed/upload/content.php
index 8e50adf6a..199eb7ede 100644
--- a/mod/embed/views/default/embed/upload/content.php
+++ b/mod/embed/views/default/embed/upload/content.php
@@ -1,6 +1,6 @@
<?php
/**
- * Special upload form for
+ * Special upload form
*/
$upload_sections = elgg_get_array_value('upload_sections', $vars, array());
$active_section = get_input('active_upload_section', array_shift(array_keys($upload_sections)));
@@ -20,7 +20,7 @@ if ($upload_sections) {
));
echo "<div class='embed_modal_upload'>";
- echo "<p>Choose upload type: $input</p>";
+ echo "<p>" . elgg_echo('embed:upload_type') . "$input</p>";
if (!$upload_content = elgg_view($upload_sections[$active_section]['view'])) {
$upload_content = elgg_echo('embed:no_upload_content');