--- bp-core-upgrade.php 
+++ bp-core-upgrade-my.php 
@@ -636,11 +636,11 @@
         <?php if ( 'new' == $this->setup_type ) :
             $type = __( 'setup', 'buddypress' );
         ?>
-            <h2>Setup Complete!</h2>
+            <h2><?php _e( 'Setup Complete!', 'buddypress' ) ?></h2>
         <?php else :
             $type = __( 'upgrade', 'buddypress' );
         ?>
-            <h2>Upgrade Complete!</h2>
+            <h2><?php _e( 'Upgrade Complete!', 'buddypress' ) ?></h2>
         <?php endif; ?>
 
         <?php?>
@@ -655,7 +655,7 @@
             <?php wp_nonce_field( 'bpwizard_finish' ) ?>
         </div>
 
-        <p>[TODO: A selection of the best BuddyPress plugins will appear here.]</p>
+        <p><?php _e( '[TODO: A selection of the best BuddyPress plugins will appear here.]', 'buddypress' ) ?></p>
 
     <?php
     }
