Opened 12 years ago
Closed 11 years ago
#4922 closed defect (bug) (fixed)
defect translation on admin dashboard
Reported by: | chouf1 | Owned by: | chouf1 |
---|---|---|---|
Milestone: | 1.8 | Priority: | normal |
Severity: | normal | Version: | 1.7 |
Component: | Administration | Keywords: | has-patch early |
Cc: |
Description
The whole strings in div about-wrap are not internationalized.
Need to be:
div class="wrap about-wrap"> <h1><?php printf( __( 'Welcome to BuddyPress %s','buddypress' ), $display_version ); ?></h1> <div class="about-text"> <?php if ( $is_new_install ) : ?> <?php printf( __( 'BuddyPress %s is our safest, fastest, most flexible version ever.', 'buddypress' ), $display_version ); ?> <?php else : ?> <?php printf( __( 'Thank you for updating! BuddyPress %s is our safest, fastest, most flexible version ever.', 'buddypress' ), $display_version ); ?> <?php endif; ?> </div> <div class="bp-badge"><?php printf( __( 'Version %s', 'buddypress' ), $display_version ); ?></div>
Change History (3)
Note: See
TracTickets for help on using
tickets.
Oups ! Forgot to say that the error is in bp-core-admin.php