aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 29654e1fd..f1f6d41f0 100644
--- a/include/text.php
+++ b/include/text.php
@@ -1647,7 +1647,7 @@ function mimetype_select($channel_id, $current = 'text/bbcode') {
}
$o = replace_macros(get_markup_template('field_select_raw.tpl'), array(
- '$field' => array('mimetype', t('Page content type'), $selected, t('If unsure select text/bbcode'), $options)
+ '$field' => array('mimetype', t('Page content type'), $selected, '', $options)
));
return $o;