diff options
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index 7ce67e694..a2fb3d162 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1099,7 +1099,7 @@ function status_editor($a,$x,$popup=false) { $jotplugins = ''; $jotnets = ''; - $preview = true; + $preview = t('Preview'); // $preview = ((feature_enabled($x['profile_uid'],'preview')) ? t('Preview') : ''); if(x($x,'nopreview')) $preview = ''; |