summaryrefslogtreecommitdiff
path: root/modules/user/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-14 08:22:53 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-14 08:22:53 +0000
commit5a2fe6bb0b3068c47337e7382354f8ca340375e2 (patch)
treefc386918893e0af5a5119155e10f7a9ea43023d1 /modules/user/views
parent652cc48b772c3fcc4f932afecf29741ab3e632a7 (diff)
Internationalize all strings
Diffstat (limited to 'modules/user/views')
-rw-r--r--modules/user/views/login.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php
index fa7dbc9b..a6abf4ab 100644
--- a/modules/user/views/login.html.php
+++ b/modules/user/views/login.html.php
@@ -1,14 +1,14 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<form id="gLogin" action="<?= url::site("login/process") ?>">
<fieldset>
- <legend>Login</legend>
+ <legend><?= _("Login") ?></legend>
<ul class="gInline">
<li>
- <label for="gUsername">Username</label>
+ <label for="gUsername"><?= _("Username") ?></label>
<input type="text" id="gUsername" />
</li>
<li>
- <label for="gPassword">Password</label>
+ <label for="gPassword"><?= _("Password") ?></label>
<input type="password" id="gPassword" />
</li>
<li>