GUI: Fix typo in Add New Application -dialog.
This commit is contained in:
parent
44e5985fe5
commit
f5730d3d75
|
@ -43,7 +43,7 @@ ApplicationDialog::ApplicationDialog(const QString &name,
|
||||||
"(message) - Error message\n" \
|
"(message) - Error message\n" \
|
||||||
"(severity) - Error severity\n" \
|
"(severity) - Error severity\n" \
|
||||||
"\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)");
|
"kate -l(line) (file)");
|
||||||
|
|
||||||
layout->addWidget(new QLabel(guide));
|
layout->addWidget(new QLabel(guide));
|
||||||
|
|
Loading…
Reference in New Issue