Skip to content

Commit

Permalink
Fixed a missing gettext reference in the title of the change password…
Browse files Browse the repository at this point in the history
… page.
  • Loading branch information
rejozenger committed Dec 25, 2007
1 parent c5596bb commit 7c80eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion change_password.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

include_once("inc/header.inc.php");
?>
<h2>Change password</h2>
<h2><? echo _('Change password'); ?></h2>
<form method="post" action="change_password.php">
<table border="0" CELLSPACING="4">
<tr>
Expand Down

0 comments on commit 7c80eb2

Please sign in to comment.