]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile_photo.php
comment open/close anomolies in non-English languages
[friendica.git] / mod / profile_photo.php
index 68c05625b3e732235d45de1f1fb0b9141802d762..48805fbdd3fa88fc1e342b22c8dc6affeb9ac758 100644 (file)
@@ -196,9 +196,11 @@ function profile_photo_content(&$a) {
                $o .= replace_macros($tpl,array(
                        '$filename' => $filename,
                        '$resource' => $a->config['imagecrop'] . '-' . $a->config['imagecrop_resolution'],
-                       '$image_url' => $a->get_baseurl() . '/photo/' . $filename
-                       ));
-
+                       '$image_url' => $a->get_baseurl() . '/photo/' . $filename,
+                       '$title' => t('Crop Image'),
+                       '$desc' => t('Please adjust the image cropping for optimum viewing.'),
+                       '$done' => t('Done Editing')
+               ));
                return $o;
        }