Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php	(revision 2088)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * WP.org login' functions and definitions.
+ * WP.org login functions and definitions.
  *
  * @package wporg-login
  */
Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/index.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/index.php	(revision 2088)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/index.php	(working copy)
@@ -13,9 +13,9 @@
 		<h1><?php _e( 'Welcome!', 'wporg-login' ); ?></h1>
 		<ul>
 			<?php if ( is_user_logged_in() ) : ?>
-				<li class="button"><a href="<?php echo wp_logout_url(); ?>"><?php _e( 'Logout', 'wporg-login' ); ?></a></li>
+				<li class="button"><a href="<?php echo wp_logout_url(); ?>"><?php _e( 'Log out', 'wporg-login' ); ?></a></li>
 			<?php else : ?>
-				<li class="button"><a href="<?php echo wp_login_url(); ?>"><?php _e( 'Login', 'wporg-login' ); ?></a></li>
+				<li class="button"><a href="<?php echo wp_login_url(); ?>"><?php _e( 'Log in', 'wporg-login' ); ?></a></li>
 				<li class="button"><a href="https://wordpress.org/support/register.php"><?php _e( 'Register', 'wporg-login' ); ?></a></li>
 			<?php endif; ?>
 		</ul>
