aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-12-17 10:01:22 +0100
committermarijus <mario@mariovavti.com>2014-12-17 10:01:22 +0100
commite1999ada58b7194f0184435f4b7b736160cc28e1 (patch)
treeeba164a14bdd924160f442260f4ec7b8ad479574 /include
parentdfb15e4a7b2bf49487f1cb8707787ef5257714ae (diff)
downloadvolse-hubzilla-e1999ada58b7194f0184435f4b7b736160cc28e1.tar.gz
volse-hubzilla-e1999ada58b7194f0184435f4b7b736160cc28e1.tar.bz2
volse-hubzilla-e1999ada58b7194f0184435f4b7b736160cc28e1.zip
fix label of preview button
Diffstat (limited to 'include')
-rw-r--r--include/ItemObject.php2
-rw-r--r--include/conversation.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php
index 1ccc236e0..ec8116297 100644
--- a/include/ItemObject.php
+++ b/include/ItemObject.php
@@ -635,7 +635,7 @@ class Item extends BaseObject {
'$edimg' => t('Image'),
'$edurl' => t('Link'),
'$edvideo' => t('Video'),
- '$preview' => true, // ((feature_enabled($conv->get_profile_owner(),'preview')) ? t('Preview') : ''),
+ '$preview' => t('Preview'), // ((feature_enabled($conv->get_profile_owner(),'preview')) ? t('Preview') : ''),
'$indent' => $indent,
'$feature_encrypt' => ((feature_enabled($conv->get_profile_owner(),'content_encrypt')) ? true : false),
'$encrypt' => t('Encrypt text'),
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 = '';