aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-14 11:59:49 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-14 11:59:49 +0200
commit2001ad94bd16c283b2cc79d8e48646d61acb5a77 (patch)
treee7ff73fe531469ac3b0d8b825785f2a55e931507 /include/text.php
parent79b5fb5b580e024fc1e29d2fc8d0c1603f9e8ab0 (diff)
downloadvolse-hubzilla-2001ad94bd16c283b2cc79d8e48646d61acb5a77.tar.gz
volse-hubzilla-2001ad94bd16c283b2cc79d8e48646d61acb5a77.tar.bz2
volse-hubzilla-2001ad94bd16c283b2cc79d8e48646d61acb5a77.zip
dont suggest anything here it explains itself
Diffstat (limited to 'include/text.php')
-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;