[buddypress-trac] [BuddyPress Trac] #6182: About BuddyPress - wrong message on credit screen

buddypress-trac noreply at wordpress.org
Tue Feb 3 02:15:37 UTC 2015


#6182: About BuddyPress - wrong message on credit screen
-----------------------------+-----------------------------
 Reporter:  danbp            |      Owner:
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  General - UX/UI  |    Version:  2.2
 Severity:  trivial          |   Keywords:
-----------------------------+-----------------------------
 When on the about page, the old install welcome message is different
 between What's new and Credit tab

 On what's new tab, there is the new phrase for 2.2
 When on credit tab, we see the 2.0 message

 Though this should be the same wording ;-)

 Change in bp-core-admin.php line 657

 {{{

 <?php// printf( __( 'Howdy. BuddyPress %s is our most streamlined and
 easy-to-use release to date, and we think you’re going to love it.',
 'buddypress' ), $display_version ); ?>
 }}}

 to

 {{{
 <?php printf( __( 'BuddyPress %s comes with a bunch of great improvements
 we think you’re really going to like.', 'buddypress' ),
 $display_version ); ?>
 }}}

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6182>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list