diff options
author | marijus <mario@mariovavti.com> | 2014-12-17 10:01:22 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-12-17 10:01:22 +0100 |
commit | e1999ada58b7194f0184435f4b7b736160cc28e1 (patch) | |
tree | eba164a14bdd924160f442260f4ec7b8ad479574 /include/conversation.php | |
parent | dfb15e4a7b2bf49487f1cb8707787ef5257714ae (diff) | |
download | volse-hubzilla-e1999ada58b7194f0184435f4b7b736160cc28e1.tar.gz volse-hubzilla-e1999ada58b7194f0184435f4b7b736160cc28e1.tar.bz2 volse-hubzilla-e1999ada58b7194f0184435f4b7b736160cc28e1.zip |
fix label of preview button
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 = ''; |