diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-06 09:11:48 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-06 09:11:48 +0100 |
commit | f9b0af6f2f0c57481a0b5b3dc269b2389f3fa872 (patch) | |
tree | f06c87479be60f3c601cbeed6088e6e74d97785c /mod/photos.php | |
parent | efe308b5ac9ac7e8d399fb880f31b6967de8fec1 (diff) | |
parent | c3ada095f4156bba01e77d2d250d5821ba5e859e (diff) | |
download | volse-hubzilla-f9b0af6f2f0c57481a0b5b3dc269b2389f3fa872.tar.gz volse-hubzilla-f9b0af6f2f0c57481a0b5b3dc269b2389f3fa872.tar.bz2 volse-hubzilla-f9b0af6f2f0c57481a0b5b3dc269b2389f3fa872.zip |
Merge remote-tracking branch 'friendica/master'
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/photos.php b/mod/photos.php index 12225b5c5..7ec6c8794 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1203,6 +1203,7 @@ function photos_content(&$a) { '$myphoto' => $contact['thumb'], '$comment' => t('Comment'), '$submit' => t('Submit'), + '$preview' => t('Preview'), '$ww' => '' )); } |