diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-09-28 17:07:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-09-28 17:07:46 +0000 |
commit | 069e1bb87b9971f160f8ddccfe95335986dd17e0 (patch) | |
tree | 01fc028fd8a9d3315e881519e786f455559eabeb /modules/cloud.module | |
parent | 179ded048e3ebe481473e217fdec807cb5d3846e (diff) | |
download | brdo-069e1bb87b9971f160f8ddccfe95335986dd17e0.tar.gz brdo-069e1bb87b9971f160f8ddccfe95335986dd17e0.tar.bz2 |
- More translation fixes for the menu items. Patch by Gabor.
Diffstat (limited to 'modules/cloud.module')
-rw-r--r-- | modules/cloud.module | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/cloud.module b/modules/cloud.module index 4e6ea5f25..f7d479dcb 100644 --- a/modules/cloud.module +++ b/modules/cloud.module @@ -60,10 +60,10 @@ function cloud_link($type) { if ($type == "system") { if (user_access("administer site cloud")) { - menu("admin/syndication", "content syndication", NULL, NULL, 5); - menu("admin/syndication/cloud", "site cloud", "cloud_admin", cloud_help("admin/syndication/cloud")); - menu("admin/syndication/cloud/add", "add new site", "cloud_admin", cloud_help("admin/syndication/cloud/add")); - menu("admin/syndication/cloud/help", "help", "cloud_help", NULL, 9); + menu("admin/syndication", t("content syndication"), NULL, NULL, 5); + menu("admin/syndication/cloud", t("site cloud"), "cloud_admin", cloud_help("admin/syndication/cloud")); + menu("admin/syndication/cloud/add", t("add new site"), "cloud_admin", cloud_help("admin/syndication/cloud/add")); + menu("admin/syndication/cloud/help", t("help"), "cloud_help", NULL, 9); } } |