Normalize capitalization ticket #596

This commit is contained in:
Tim Almdal
2009-10-28 12:15:52 -07:00
parent 8ef78de3f7
commit 7ea13b3869
48 changed files with 137 additions and 137 deletions

View File

@@ -1,10 +1,10 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<html>
<head>
<title><?= t("Password Reset Request") ?> </title>
<title><?= t("Password reset request") ?> </title>
</head>
<body>
<h2><?= t("Password Reset Request") ?> </h2>
<h2><?= t("Password reset request") ?> </h2>
<p>
<?= t("Hello, %name,", array("name" => $user->full_name ? $user->full_name : $user->name)) ?>
</p>