diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-17 04:28:31 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-17 04:28:31 +0000 |
| commit | 635c91ae4ce8971d8cb733333a0efd1619cfd746 (patch) | |
| tree | e589b1caa62102106ac5c78bf79e07ea089b0257 | |
| parent | c18e5344f884a21bad19592d986d7e588e7b68b8 (diff) | |
| download | nexus-635c91ae4ce8971d8cb733333a0efd1619cfd746.tar.gz nexus-635c91ae4ce8971d8cb733333a0efd1619cfd746.tar.bz2 nexus-635c91ae4ce8971d8cb733333a0efd1619cfd746.zip | |
step two of contenttype name plural - convert all mType references to getContentTypeName(), each of these was manually checked for renderingpre_ctype_desc_name_schmeachangeCVS_HEAD
| -rw-r--r-- | templates/insert_menu_item_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </div> {else} <div class="row"> - <p>{tr}This {$gContent->mType.content_description} is already part of the menu <strong>{$inNexusMenu.title|escape}</strong>.{/tr}</p> + <p>{tr}This {$gContent->getContentTypeName()} is already part of the menu <strong>{$inNexusMenu.title|escape}</strong>.{/tr}</p> {formlabel label="Remove" for="nexusRemove"} {forminput} <input type="checkbox" name="nexus[remove_item]" id="nexusRemove" value="{$inNexusMenuItem}" /> |
