mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: fix placeholder in about dialog
This commit is contained in:
parent
01e088a229
commit
f9b19f74c8
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ KAboutKdeDialog::KAboutKdeDialog(QWidget *parent)
|
|||
"translate program interfaces. You can provide graphics, themes, sounds, and "
|
||||
"improved documentation. You decide!</html>"
|
||||
"<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/")));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue