GUI: Fix typo in Add New Application -dialog.

This commit is contained in:
Kimmo Varis 2009-05-28 18:14:16 +03:00
parent 44e5985fe5
commit f5730d3d75
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ApplicationDialog::ApplicationDialog(const QString &name,
"(message) - Error message\n" \
"(severity) - Error severity\n" \
"\n" \
"Example opening a file with Kate and make Kate scroll to the corret line:\n" \
"Example opening a file with Kate and make Kate scroll to the correct line:\n" \
"kate -l(line) (file)");
layout->addWidget(new QLabel(guide));