- Fixed "administer" not being locale'd. (req. by Gerhard)

3-00
Steven Wittens 2001-06-12 20:24:11 +00:00
parent 3b35b43576
commit 9e5878ae45
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function theme_account($theme) {
$content .= "<P>\n";
if (user_access($user)) {
$content .= "<LI><A HREF=\"admin.php\">administer ". variable_get("site_name", "drupal") ."</A></LI>\n";
$content .= "<LI><A HREF=\"admin.php\">". strtr(t("administer %a"), array("%a" => variable_get("site_name", "drupal"))) ."</A></LI>\n";
$content .= "<P>\n";
}