Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/30/2015 07:57:11 PM (10 years ago)
Author:
imath
Message:

Avatar UI : improve user feedback messages

  • Display a message informing the user can delete his current avatar using the "Delete" tab of the UI.
  • Eventually display a message informing the user the image uploaded have smaller dimensions than the avatar full dimensions.

Props r-a-y

See #6290

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-attachments.php

    r9819 r9826  
    9999            'crunching'                 => __( 'Crunching…', 'buddypress' ),
    100100            'unique_file_warning'       => __( 'Make sure to upload a unique file', 'buddypress' ),
    101             'error_uploading'           => __( '“%s” has failed to upload.', 'buddypress' )
     101            'error_uploading'           => __( '“%s” has failed to upload.', 'buddypress' ),
     102            'has_avatar_warning'        => __( 'If you'd like to delete the existing profile photo but not upload a new one, please use the delete tab.', 'buddypress' )
    102103    ) );
    103104}
Note: See TracChangeset for help on using the changeset viewer.