diff options
Diffstat (limited to 'modules/user/views/login.html.php')
| -rw-r--r-- | modules/user/views/login.html.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php index b73bea07..fd9bd773 100644 --- a/modules/user/views/login.html.php +++ b/modules/user/views/login.html.php @@ -2,13 +2,13 @@ <ul id="gLoginMenu"> <? if ($user->guest): ?> <li class="first"><a href="<?= url::site("login") ?>" - title="<?= _("Login to Gallery") ?>" - id="gLoginLink"><?= _("Login") ?></a></li> + title="<?= t("Login to Gallery") ?>" + id="gLoginLink"><?= t("Login") ?></a></li> <? else: ?> <li class="first"><a href="<?= url::site("form/edit/users/{$user->id}") ?>" - title="<?= _("Edit Your Profile") ?>" - id="gUserProfileLink" class="gDialogLink"><?= _("Modify Profile") ?></a></li> + title="<?= t("Edit Your Profile") ?>" + id="gUserProfileLink" class="gDialogLink"><?= t("Modify Profile") ?></a></li> <li><a href="<?= url::site("logout?continue=" . url::current(true)) ?>" - id="gLogoutLink"><?= _("Logout") ?></a></li> + id="gLogoutLink"><?= t("Logout") ?></a></li> <? endif; ?> </ul> |
