diff options
author | friendica <info@friendica.com> | 2014-10-28 04:18:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-28 04:18:08 -0700 |
commit | 36110831cb54ca76d7fc8903c1a2387f7727c2c1 (patch) | |
tree | 0a27e7d31bcfd9d1651711e6b2c84eeba4e2e493 /mod | |
parent | 9cc76cb33da489c01731ecb5195f8bb3d51ce513 (diff) | |
download | volse-hubzilla-36110831cb54ca76d7fc8903c1a2387f7727c2c1.tar.gz volse-hubzilla-36110831cb54ca76d7fc8903c1a2387f7727c2c1.tar.bz2 volse-hubzilla-36110831cb54ca76d7fc8903c1a2387f7727c2c1.zip |
change photo tag bubble tip
Diffstat (limited to 'mod')
-rw-r--r-- | mod/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index 26a2bf50b..cc804ae53 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -967,7 +967,7 @@ function photos_content(&$a) { 'tag_label' => t('Add a Tag'), 'permissions' => t('Permissions'), 'aclselect' => $aclselect_e, - 'help_tags' => t('Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'), + 'help_tags' => t('Example: @bob, @Barbara_Jensen, @jim@example.com'), 'item_id' => ((count($linked_items)) ? $link_item['id'] : 0), 'submit' => t('Submit'), 'delete' => t('Delete Photo') |