aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-04-01 12:55:36 +0200
committerMario Vavti <mario@mariovavti.com>2019-04-01 12:55:36 +0200
commitc305dc8d226d1d8bded4951662f06416a77c57be (patch)
tree2dd0c786bc8f238da9082dac9533571e619c33c8
parentf61b898633721484119d1a0aaff2b6c53d556b44 (diff)
downloadvolse-hubzilla-c305dc8d226d1d8bded4951662f06416a77c57be.tar.gz
volse-hubzilla-c305dc8d226d1d8bded4951662f06416a77c57be.tar.bz2
volse-hubzilla-c305dc8d226d1d8bded4951662f06416a77c57be.zip
missing string
-rw-r--r--Zotlabs/Module/Cover_photo.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Cover_photo.php b/Zotlabs/Module/Cover_photo.php
index 822cc8ef6..224107922 100644
--- a/Zotlabs/Module/Cover_photo.php
+++ b/Zotlabs/Module/Cover_photo.php
@@ -403,6 +403,7 @@ logger('gis: ' . print_r($gis,true));
'$lbl_profiles' => t('Select a profile:'),
'$title' => t('Change Cover Photo'),
'$submit' => t('Upload'),
+ '$remove' => t('Remove'),
'$profiles' => $profiles,
'$embedPhotos' => t('Use a photo from your albums'),
'$embedPhotosModalTitle' => t('Use a photo from your albums'),