summaryrefslogtreecommitdiff
path: root/modules/node.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-09-28 15:18:55 +0000
committerDries Buytaert <dries@buytaert.net>2003-09-28 15:18:55 +0000
commitc8b28009cd19cac57493d008daca7868f23c4aff (patch)
tree31566a149202fcff3d719ad2785b5fd14f4df026 /modules/node.module
parent949a7014df31a89f226bdbd1222e4f229b63d49f (diff)
downloadbrdo-c8b28009cd19cac57493d008daca7868f23c4aff.tar.gz
brdo-c8b28009cd19cac57493d008daca7868f23c4aff.tar.bz2
- Made sure all menu items can be translated. Path by Goba.
Diffstat (limited to 'modules/node.module')
-rw-r--r--modules/node.module10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/node.module b/modules/node.module
index 3ca150e0f..b310f070d 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -573,11 +573,11 @@ function node_link($type, $node = 0, $main = 0) {
if ($type == "system") {
menu("node/add", t("create content"), NULL, NULL, 1);
if (user_access("administer nodes")) {
- menu("admin/node", "content", "node_admin", node_help("admin/node"));
- menu("admin/node/search", "search", "node_admin", node_help("admin/node/search"), 8);
- menu("admin/node/help", "help", "node_help", NULL, 9);
- menu("admin/node/edit", "edit node", "node_admin", NULL, 0, 1);
- menu("admin/node/settings", "settings", "node_admin", node_help("admin/node/settings"), 8);
+ menu("admin/node", t("content"), "node_admin", node_help("admin/node"));
+ menu("admin/node/search", t("search"), "node_admin", node_help("admin/node/search"), 8);
+ menu("admin/node/help", t("help"), "node_help", NULL, 9);
+ menu("admin/node/edit", t("edit node"), "node_admin", NULL, 0, 1);
+ menu("admin/node/settings", t("settings"), "node_admin", node_help("admin/node/settings"), 8);
}
}