aboutsummaryrefslogtreecommitdiffstats
path: root/include/ItemObject.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-11 18:56:28 -0700
committerfriendica <info@friendica.com>2015-03-11 18:56:28 -0700
commitb3a9a6c802170a15cc58fd3af966b35f81c50818 (patch)
treeda20d85fd49e75550acdfc4f4761b76b656489d8 /include/ItemObject.php
parent48f99c9a608a7fdf93a3f5a76747e073d52e4d5e (diff)
downloadvolse-hubzilla-b3a9a6c802170a15cc58fd3af966b35f81c50818.tar.gz
volse-hubzilla-b3a9a6c802170a15cc58fd3af966b35f81c50818.tar.bz2
volse-hubzilla-b3a9a6c802170a15cc58fd3af966b35f81c50818.zip
remove the now redundant audio/video buttons and label the editor text style buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links.
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r--include/ItemObject.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php
index 1785d55e7..4fc01e6d4 100644
--- a/include/ItemObject.php
+++ b/include/ItemObject.php
@@ -672,7 +672,7 @@ class Item extends BaseObject {
'$edquote' => t('Quote'),
'$edcode' => t('Code'),
'$edimg' => t('Image'),
- '$edurl' => t('Link'),
+ '$edurl' => t('Insert Link'),
'$edvideo' => t('Video'),
'$preview' => t('Preview'), // ((feature_enabled($conv->get_profile_owner(),'preview')) ? t('Preview') : ''),
'$indent' => $indent,