From b76c8d9be704d59a5c4d9da22f4b3baadb01da58 Mon Sep 17 00:00:00 2001
From: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Date: Fri, 30 Sep 2011 13:33:42 +0200
Subject: [PATCH] Doc: qdoc does not understand special characters

You have to use \unicode commands, but those won't produce the correct
results within a \code command, so I cannot use them here.

Change-Id: I34ab32dd649bdf4167cfcd295ef1f9546a670ea5
Reviewed-on: http://codereview.qt-project.org/5873
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
---
 doc/api/external-tool-spec.qdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/api/external-tool-spec.qdoc b/doc/api/external-tool-spec.qdoc
index 8706a6c916a..87dcfc8d270 100644
--- a/doc/api/external-tool-spec.qdoc
+++ b/doc/api/external-tool-spec.qdoc
@@ -174,7 +174,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <externaltool id="sort">
     <description>Sorts the selected text</description>
-    <description xml:lang="de">Sortiert den ausgewählten Text</description>
+    <description xml:lang="de">Sortiert den ausgewaehlten Text</description>
     <displayname>Sort Selection</displayname>
     <displayname xml:lang="de">Auswahl Sortieren</displayname>
     <category>Text</category>
-- 
GitLab