#6182 closed defect (bug) (fixed)
About BuddyPress - wrong message on credit screen
Reported by: | danbp | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | blocker | Version: | 2.2 |
Component: | Core | Keywords: | |
Cc: |
Description
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 ); ?>
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 9429: