kdeui: fix placeholder in about dialog

This commit is contained in:
Ivailo Monev 2015-10-12 09:13:46 +03:00
parent 01e088a229
commit f9b19f74c8

View file

@ -63,7 +63,7 @@ KAboutKdeDialog::KAboutKdeDialog(QWidget *parent)
"translate program interfaces. You can provide graphics, themes, sounds, and " "translate program interfaces. You can provide graphics, themes, sounds, and "
"improved documentation. You decide!</html>" "improved documentation. You decide!</html>"
"<br /><br />" "<br /><br />"
"Visit <a href=\"%2\">%2</a> to learn more about Katana.</html>", "Visit <a href=\"%1\">%2</a> to learn more about Katana.</html>",
QLatin1String("http://fluxer.github.io/katana/"), QLatin1String("http://fluxer.github.io/katana/"),
QLatin1String("http://fluxer.github.io/katana/"))); QLatin1String("http://fluxer.github.io/katana/")));