gettext strings. Props hervada. fixes #6136

git-svn-id: https://develop.svn.wordpress.org/trunk@7199 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-10 05:51:33 +00:00
parent a73cfe0479
commit 052d5a5f72
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ switch($step) {
</tr>
</table>
<p><a href="../wp-login.php" class="button">Log In</a>
<p><a href="../wp-login.php" class="button"><?php _e('Log In'); ?></a>
<?php
break;