]> git.mxchange.org Git - friendica.git/commitdiff
photo aside widget: little polish
authorrabuzarus <>
Tue, 29 Dec 2015 23:37:24 +0000 (00:37 +0100)
committerrabuzarus <>
Tue, 29 Dec 2015 23:37:24 +0000 (00:37 +0100)
include/features.php
include/photos.php
view/templates/widget_photos.tpl

index 8b3ad5d3f6aad8240091180a053db412292a4006..7dceaa4bc0d6577b294adc5d62d003f0f09e6273 100644 (file)
@@ -82,7 +82,7 @@ function get_features() {
                // Profile sidebar widgets
                'profile-widgets' => array(
                        t('Profile Sidebar Widgets'),
-                       array('photos_widget',  t('Show last Photos'),                  t('Show your last Photos on the Profile Page Sidebar'),false),
+                       array('photos_widget',  t('Show last Photos'),                  t('Show your last Photos in the Profile Page Sidebar'),false),
                ),
 
                // Network tabs
index fed4ab10c12c07ab6655a5728bebf1715e3c7e80..3c40f11f8aed6f31bc77a12a5eb2b21c40da1092 100644 (file)
@@ -92,7 +92,7 @@ function photos_permissions($owner_uid, $community_page = 0) {
  * It displays the last 9 photos
  * 
  * @param array $profile_data
- *......'profile_uid'...=> The user.id of the profile (owner of the hotos)
+ *......'profile_uid'...=> The user.id of the profile (owner of the photos)
  *......'nickname'......=> Nick of the owner of the profile
  *......'page-flags'....=> Account type of the profile
  * 
index 1e56c8df16b07b0374993fa04f57930f91d7c0f6..abd403a172c804b7c6e47d20840fcdfe01edf0d8 100644 (file)
@@ -15,4 +15,4 @@
        </div>
 
        <div class="clear"></div>
-</div>
\ No newline at end of file
+</div>