Skip to content

Commit

Permalink
Fix project url
Browse files Browse the repository at this point in the history
  • Loading branch information
roofdog committed May 8, 2014
1 parent e312479 commit d725394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/admin/class-wpcm-admin-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ public function about_screen() {
<div class="stuffbox">
<h4><?php _e( 'Translators', 'wpclubmanager' ); ?></h4>
<div class="inside">
<p><?php _e( 'We would love to make WP Club Manager available in as many languages as possible. If you can help translate and would like to join our translation team, sign up for a free account on <a href="https://www.transifex.com/">Transifex</a> and visit the <a href="https://www.transifex.com/projects/p/wpclubmanager/">WP Club Manager project</a>.', 'wpclubmanager' ); ?></p>
<p><?php _e( 'We would love to make WP Club Manager available in as many languages as possible. If you can help translate and would like to join our translation team, sign up for a free account on <a href="https://www.transifex.com/">Transifex</a> and visit the <a href="https://www.transifex.com/projects/p/wp-club-manager/">WP Club Manager project</a>.', 'wpclubmanager' ); ?></p>
<?php
$translator_handles = array( 'Clubpress','Leon' );
$translator_handles = array( 'Clubpress' );
$translator_links = array();
foreach ( $translator_handles as $handle ):
$translator_links[] = '<a href="https://www.transifex.com/accounts/profile/' . $handle . '">' . $handle . '</a>';
Expand Down

0 comments on commit d725394

Please sign in to comment.