From 23b71a234ff56ecda4c03a3a2fb0f6ec99aa8712 Mon Sep 17 00:00:00 2001 From: "Simon A. Eugster" Date: Tue, 30 Jun 2009 18:01:11 +0000 Subject: [PATCH] reverted svn path=/trunk/kdenlive/; revision=3708 --- src/unicodedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unicodedialog.cpp b/src/unicodedialog.cpp index b721cb59..34a85118 100644 --- a/src/unicodedialog.cpp +++ b/src/unicodedialog.cpp @@ -153,7 +153,7 @@ QString UnicodeDialog::unicodeInfo(QString unicode) } else if (u == "2013") { infoText = i18n("

An en Dash (dash of the width of an n).

Usage examples: In English language for value ranges (1878–1903), for relationships/connections (Zurich–Dublin). In the German language it is also used (with spaces!) for showing thoughts: “Es war – wie immer in den Ferien – ein regnerischer Tag.

See Wikipedia:Dash

"); } else if (u == "2014") { - infoText = i18n("

An em Dash (dash of the width of an m).

Usage examples: In English language to mark—like here—thoughts. Traditionally without spaces.

See Wikipedia:Dash

"); + infoText = i18n("

An em Dash (dash of the widht of an m).

Usage examples: In English language to mark—like here—thoughts. Traditionally without spaces.

See Wikipedia:Dash

"); } else if (u == "202f") { infoText = i18n("

Narrow no-break space. Has the same width as U+2009.

Usage: For units (spaces are marked with U+2423, ␣): 230␣V, −21␣°C, 50␣lb, but 90° (no space). In German for abbreviations (like: i. d. R. instead of i. d. R. with U+00a0).

See Wikipedia:de:Schmales_Leerzeichen

"); } else if (u == "2026") { -- 2.39.2