From 2001ad94bd16c283b2cc79d8e48646d61acb5a77 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 14 Apr 2015 11:59:49 +0200 Subject: dont suggest anything here it explains itself --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/text.php') 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; -- cgit v1.2.3