From d94059988eabc6f39c297e0ba80a8c28e1176aaf Mon Sep 17 00:00:00 2001
From: Anika Henke <anika@selfthinker.org>
Date: Wed, 27 Aug 2008 21:02:39 +0200
Subject: [PATCH] more consistent wording for "link text" in wiki:syntax

darcs-hash:20080827190239-f7d6d-f15df9f9f854d46e7ebf8dd52645fe2d54707639.gz
---
 data/pages/wiki/syntax.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt
index 18c544cde..6e272614f 100644
--- a/data/pages/wiki/syntax.txt
+++ b/data/pages/wiki/syntax.txt
@@ -35,19 +35,19 @@ DokuWiki supports multiple ways of creating links.
 
 ==== External ====
 
-External links are recognized automagically: http://www.google.com or simply www.google.com - You can set Linknames, too: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
+External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text, too: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
 
   DokuWiki supports multiple ways of creating links. External links are recognized
   automagically: http://www.google.com or simply www.google.com - You can set
-  Linknames, too: [[http://www.google.com|This Link points to google]]. Email
+  link text, too: [[http://www.google.com|This Link points to google]]. Email
   addresses like this one: <andi@splitbrain.org> are recognized, too.
 
 ==== Internal ====
 
-Internal links are created by using square brackets. You can either just give a [[doku>pagename]] or use an additional [[doku>pagename|Title Text]]. Wiki pagenames are converted to lowercase automatically, special characters are not allowed. 
+Internal links are created by using square brackets. You can either just give a [[doku>pagename]] or use an additional [[doku>pagename|link text]]. Wiki pagenames are converted to lowercase automatically, special characters are not allowed. 
 
   Internal links are created by using square brackets. You can either just give
-  a [[doku>pagename]] or use an additional [[doku>pagename|Title Text]]. Wiki pagenames
+  a [[doku>pagename]] or use an additional [[doku>pagename|link text]]. Wiki pagenames
   are converted to lowercase automatically, special chars are not allowed.
 
 You can use [[namespaces]] by using a colon in the pagename.
-- 
GitLab