From 635c91ae4ce8971d8cb733333a0efd1619cfd746 Mon Sep 17 00:00:00 2001 From: wjames5 Date: Sat, 17 Apr 2010 04:28:31 +0000 Subject: step two of contenttype name plural - convert all mType references to getContentTypeName(), each of these was manually checked for rendering --- templates/insert_menu_item_inc.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/insert_menu_item_inc.tpl b/templates/insert_menu_item_inc.tpl index f025cab..f56fb5a 100644 --- a/templates/insert_menu_item_inc.tpl +++ b/templates/insert_menu_item_inc.tpl @@ -39,7 +39,7 @@ {else}
-

{tr}This {$gContent->mType.content_description} is already part of the menu {$inNexusMenu.title|escape}.{/tr}

+

{tr}This {$gContent->getContentTypeName()} is already part of the menu {$inNexusMenu.title|escape}.{/tr}

{formlabel label="Remove" for="nexusRemove"} {forminput} -- cgit v1.3