diff options
author | friendica <info@friendica.com> | 2014-12-17 01:56:17 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-17 01:56:17 -0800 |
commit | 4e1dbc13d47c432ef6bb52137ec85d84c5da964d (patch) | |
tree | b74469d9466d7f5d5a34c25cee99d4d5ee81908a /include/conversation.php | |
parent | eebb6f23fb82c8b81f5c1c8fd6e7210e9275fe35 (diff) | |
parent | e1999ada58b7194f0184435f4b7b736160cc28e1 (diff) | |
download | volse-hubzilla-4e1dbc13d47c432ef6bb52137ec85d84c5da964d.tar.gz volse-hubzilla-4e1dbc13d47c432ef6bb52137ec85d84c5da964d.tar.bz2 volse-hubzilla-4e1dbc13d47c432ef6bb52137ec85d84c5da964d.zip |
Merge https://github.com/friendica/red into pending_merge
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 = ''; |