]> git.sesse.net Git - kdenlive/commitdiff
fix wrong link spotted by Martin Schlander on kde-i18n-doc@kde.org
authorBurkhard Lück <lueck@hube-lueck.de>
Fri, 4 May 2012 10:45:34 +0000 (12:45 +0200)
committerBurkhard Lück <lueck@hube-lueck.de>
Fri, 4 May 2012 10:45:34 +0000 (12:45 +0200)
src/unicodedialog.cpp

index 4edf66d2fb1c439317d8434e6c97b4d5312e218c..9d3c0cd9de430f497183be43263d49886af62270 100644 (file)
@@ -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 <a href=\"http://en.wikipedia.org/wiki/Sixteenth_note\">Wikipedia:Sixteenth_note</a>");
     } else if (u == "1D162") {
-        infoText = i18n("Thirty-second note (Am.) or demisemiquaver (Brit.). Half as long as a sixteenth note (U+266b). See <a href=\"http://en.wikipedia.org/wiki/Quarter_note\">Wikipedia:Thirty-second_note</a>");
+        infoText = i18n("Thirty-second note (Am.) or demisemiquaver (Brit.). Half as long as a sixteenth note (U+266b). See <a href=\"http://en.wikipedia.org/wiki/Thirty-second_note\">Wikipedia:Thirty-second_note</a>");
     } else {
         infoText = i18n("<small>No additional information available for this character.</small>");
     }