28c28
<     $blocks[0]["info"] = t("Latest Articles");
---
>     $blocks[0]["info"] = t("Latest ".variable_get("article_term", t("Article"))."s");
34c34
<       $content .= theme("more_info", l(t("more"), "article", array("title" => t("Read more articles."))));
---
>       $content .= theme("more_info", l(t("more"), "article", array("title" => t("Read more ".variable_get("article_term", t("Articles"))."s."))));
37c37
<     $blocks["subject"] = t("Latest Articles");
---
>     $blocks["subject"] = t("Latest ".variable_get("article_term", t("Article"))."s");
79c79
<     $links[] = l(t(variable_get("article_title", "articles")), "article", array("title" => t("Article listings.")));
---
>     $links[] = l(t(variable_get("article_title", "articles")), "article", array("title" => t(variable_get("article_term", t("Article"))." listings.")));
93c93
< 	$items[] = array('path' => 'article', 'title' => t('Article listings'), 'callback' => 'article_page', 'access' => user_access("access content"), 'type' => MENU_CALLBACK);
---
> 	$items[] = array('path' => 'article', 'title' => t(variable_get("article_term", t("Article")).' listings'), 'callback' => 'article_page', 'access' => user_access("access content"), 'type' => MENU_CALLBACK);
109c109
<   $output .= form_textfield("Overview Title", "article_title", variable_get("article_title", t("Articles")), 35, 255, t("Title of the Articles box."));
---
>   $output .= form_textfield("Article Term", "article_term", variable_get("article_term", t("Articles")), 35, 255, t("Your (singular) word for the nodes that will be displayed."));
147c147
<       	$body = theme("box", t("Latest Articles"), node_title_list(article_get_latest($recent_count), "") . theme("more_info", l("<img src=\"misc/xml.png\" alt=\"XML Feed\" \>", "article/feed")));
---
>       	$body = theme("box", t("Latest ".variable_get("article_term", t("Article"))."s"), node_title_list(article_get_latest($recent_count), "") . theme("more_info", l("<img src=\"misc/xml.png\" alt=\"XML Feed\" \>", "article/feed")));
151c151
<         print theme("page", $body . theme("box", t("Article Categories"), $content));
---
>         print theme("page", $body . theme("box", t(variable_get("article_term", t("Article"))." Categories"), $content));
