Opened 13 years ago
Closed 13 years ago
#4922 closed defect (bug) (fixed)
defect translation on admin dashboard
| Reported by: | chouf1 | Owned by: | chouf1 |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.8 |
| Component: | Administration | Version: | 1.7 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Oups ! Forgot to say that the error is in bp-core-admin.php