mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-13 10:30:12 -04:00
Normalize capitalization ticket #596
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<title><?= t("Admin Dashboard") ?></title>
|
||||
<title><?= t("Admin dashboard") ?></title>
|
||||
<link rel="shortcut icon" href="<?= url::file("lib/images/favicon.ico") ?>" type="image/x-icon" />
|
||||
|
||||
<?= $theme->css("yui/reset-fonts-grids.css") ?>
|
||||
@@ -23,7 +23,7 @@
|
||||
<?= $theme->script("gallery.common.js") ?>
|
||||
<? /* MSG_CANCEL is required by gallery.dialog.js */ ?>
|
||||
<script type="text/javascript">
|
||||
var MSG_CANCEL = <?= t('Cancel')->for_js() ?>;
|
||||
var MSG_CANCEL = <?= t("Cancel")->for_js() ?>;
|
||||
</script>
|
||||
<?= $theme->script("gallery.ajax.js") ?>
|
||||
<?= $theme->script("gallery.dialog.js") ?>
|
||||
@@ -48,7 +48,7 @@
|
||||
<? if (identity::is_writable()): ?>
|
||||
<?= t('Logged in as %name', array('name' => html::mark_clean(
|
||||
'<a href="' . url::site("form/edit/users/{$user->id}") .
|
||||
'" title="' . t("Edit Your Profile")->for_html_attr() .
|
||||
'" title="' . t("Edit your profile")->for_html_attr() .
|
||||
'" id="g-user-profile-link" class="g-dialog-link">' .
|
||||
html::clean($user->display_name()) . '</a>'))) ?>
|
||||
<? else: ?>
|
||||
|
||||
Reference in New Issue
Block a user