diff options
author | friendica <info@friendica.com> | 2012-03-13 18:13:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-13 18:13:03 -0700 |
commit | be48fff1570aa1d04e049a6fd1665f4fc9634a62 (patch) | |
tree | 27b3a9afc78391ece8bfd2ce13ac74b77bc18898 /include/conversation.php | |
parent | 8a789a33d1168359ae23300bc3169b37fb02facc (diff) | |
download | volse-hubzilla-be48fff1570aa1d04e049a6fd1665f4fc9634a62.tar.gz volse-hubzilla-be48fff1570aa1d04e049a6fd1665f4fc9634a62.tar.bz2 volse-hubzilla-be48fff1570aa1d04e049a6fd1665f4fc9634a62.zip |
file as widget and basic filing implementation for duepuntozero,slackr
much more work needed - this is just for test/evaluation currently
Diffstat (limited to 'include/conversation.php')
-rwxr-xr-x | include/conversation.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index 4b2ca316b..a420e9923 100755 --- a/include/conversation.php +++ b/include/conversation.php @@ -572,6 +572,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) { 'classundo' => (($item['starred']) ? "" : "hidden"), 'starred' => t('starred'), 'tagger' => t("add tag"), + 'filer' => t("file as"), 'classtagger' => "", ); } @@ -874,6 +875,7 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) { '$vidurl' => t("Please enter a video link/URL:"), '$audurl' => t("Please enter an audio link/URL:"), '$term' => t('Tag term:'), + '$fileas' => t('File as:'), '$whereareu' => t('Where are you right now?'), '$title' => t('Enter a title for this item') )); |