diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-11-14 23:28:51 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-11-14 23:28:51 +0000 |
| commit | 47268653b2bde99970cb3dbe1c50d5edb73de533 (patch) | |
| tree | fa60072169b7dbe54f7ca62256e36e914226701c | |
| parent | 393ca8ff914b35c4e7ddcf0b795acec6a5ee6df4 (diff) | |
Fixed a type on main search page.
| -rw-r--r-- | templates/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index a21e4e1..809f022 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -13,7 +13,7 @@ The default <a href='faq.php#searching'>search options</a> are fine for most people, but a few extras are added for anyone needing or wanting a bit of extra control. Just type something in the search box and press the Search - button to get strarted. + button to get started. </div> <div class='standardMargins' style='text-align: center;'> <strong>Search for</strong>: |
