diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-05-03 17:04:29 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-05-03 17:04:29 +0000 |
commit | 97ec8e0c10743d9ec2c7d8d09c79a5db64533035 (patch) | |
tree | 63269b97fdb928f10b4fc2af361e750be3d6401b | |
parent | 0f27761e93f460510a89ee3b0fb8e706f9e83fc1 (diff) | |
download | brdo-97ec8e0c10743d9ec2c7d8d09c79a5db64533035.tar.gz brdo-97ec8e0c10743d9ec2c7d8d09c79a5db64533035.tar.bz2 |
fixed typoe
-rw-r--r-- | themes/goofy/goofy.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme index f60fbfb92..d6dbfdd57 100644 --- a/themes/goofy/goofy.theme +++ b/themes/goofy/goofy.theme @@ -116,7 +116,7 @@ </tr> <tr> <td class="lgl"><img src="themes/goofy/images/null.gif" alt=""></td> - <td class="lgcnt"><small><?php echo strtr(t("$how by %a on %b"), array("%a" => format_username($story->userid), "%b" => format_date($story->timestamp, "large"))); ?></small></td> + <td class="lgcnt"><small><?php echo strtr(t("Submitted by %a on %b"), array("%a" => format_username($story->userid), "%b" => format_date($story->timestamp, "large"))); ?></small></td> <td class="lgcnt" nowrap><div align="right"><?php echo category_name($story->cid) ." / ". topic_name($story->tid); ?></div></td> <td class="lgr"><img src="themes/goofy/images/null.gif" alt=""></td> </tr> |