diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt
index 18c544cdea44c3679abe403a4f21072033d638ab..6e272614f0e4edf6d9096a301a1c7c06c860fc5f 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.