about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorThel Seraphim <thel.seraphim@gmail.com>2015-03-14 01:25:45 -0700
committerThel Seraphim <thel.seraphim@gmail.com>2015-03-14 01:25:45 -0700
commit08cadfb6d3bf39d43a05db6e14d6b43bcad9ee60 (patch)
tree4f8c75aee0fefce88ad7d6b741ff38c4ef5fac48 /src
parent7f8bfd232602e69cefba923c5acf84002d9dcf41 (diff)
specified that we are working in English
Diffstat (limited to 'src')
-rw-r--r--src/pronouns/pages.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj
index 495d41f..d7ef9fc 100644
--- a/src/pronouns/pages.clj
+++ b/src/pronouns/pages.clj
@@ -70,7 +70,7 @@
 
 (defn format-pronoun-examples
   [subject object possessive-determiner possessive-pronoun reflexive]
-  (let [title "Pronoun Island: Examples"]
+  (let [title "Pronoun Island: English Language Examples"]
   (html
    [:html
     [:head
@@ -109,7 +109,7 @@
       [:body
        (title-block title)
        [:div {:class "table"}
-       [:p "pronoun.is is a www site for showing people how to use pronouns"]
+       [:p "pronoun.is is a www site for showing people how to use pronouns in English."]
        [:p "here are some pronouns the site knows about:"]
        [:ul links]]]
       (contact-block)])))