From: Burkhard Lück Date: Fri, 4 May 2012 10:45:34 +0000 (+0200) Subject: fix wrong link spotted by Martin Schlander on kde-i18n-doc@kde.org X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c98594949ffe0cd55c0ec70191fb92271b37f380;p=kdenlive fix wrong link spotted by Martin Schlander on kde-i18n-doc@kde.org --- diff --git a/src/unicodedialog.cpp b/src/unicodedialog.cpp index 4edf66d2..9d3c0cd9 100644 --- a/src/unicodedialog.cpp +++ b/src/unicodedialog.cpp @@ -171,7 +171,7 @@ QString UnicodeDialog::unicodeInfo(QString unicode) } else if (u == "266c") { infoText = i18n("Sixteenth note (Am.) or semiquaver (Brit.). Half as long as an eighth note (U+266a). See Wikipedia:Sixteenth_note"); } else if (u == "1D162") { - infoText = i18n("Thirty-second note (Am.) or demisemiquaver (Brit.). Half as long as a sixteenth note (U+266b). See Wikipedia:Thirty-second_note"); + infoText = i18n("Thirty-second note (Am.) or demisemiquaver (Brit.). Half as long as a sixteenth note (U+266b). See Wikipedia:Thirty-second_note"); } else { infoText = i18n("No additional information available for this character."); }