浏览代码

Fixed typos

Lacey Sanderson 6 年之前
父节点
当前提交
76caa3b65d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tripal/includes/TripalEntityUIController.inc

+ 2 - 2
tripal/includes/TripalEntityUIController.inc

@@ -708,9 +708,9 @@ function tripal_add_page() {
   $content['instructions'] = [
     '#type' => 'markup',
     '#markup' => 'This page provides links for creating pages for Tripal ' . 
-      'supported content types. These types are organized by categories. ' . 
+      'supported content types. These content types are organized by categories. ' . 
       'Please note, however, that the categorization is the most common use ' . 
-      'for a given type. Some types may be useful in other "categoreis" as well.',
+      'for a given type. Some types may be useful in other "categories" as well.',
     '#weight' => -15,
   ];