diff --git a/include/conversation.php b/include/conversation.php index 9cc5c258..f4dd01dd 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -856,12 +856,19 @@ function status_editor($a,$x, $notes_cid = 0) { '$action' => 'item', '$share' => (($x['button']) ? $x['button'] : t('Share')), '$upload' => t('Upload photo'), + '$shortupload' => t('upload photo'), '$attach' => t('Attach file'), + '$shortattach' => t('attach file'), '$weblink' => t('Insert web link'), + '$shortweblink' => t('web link'), '$video' => t('Insert video link'), + '$shortvideo' => t('video link'), '$audio' => t('Insert audio link'), + '$shortaudio' => t('audio link'), '$setloc' => t('Set your location'), + '$shortsetloc' => t('set location'), '$noloc' => t('Clear browser location'), + '$shortnoloc' => t('clear location'), '$title' => "", '$placeholdertitle' => t('Set title'), '$wait' => t('Please wait'), diff --git a/view/jot.tpl b/view/jot.tpl index 07add78b..e20d17b2 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -16,13 +16,13 @@