mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix typo connot > cannot.
Signed-off-by: Martin Měřinský <mermar@centrum.cz>
This commit is contained in:
parent
a3754ecada
commit
fa7b93ba5b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ void PrintOptions::on_editButton_clicked()
|
||||||
if (!f.open(QFile::ReadWrite | QFile::Text)) {
|
if (!f.open(QFile::ReadWrite | QFile::Text)) {
|
||||||
QMessageBox msgBox(this);
|
QMessageBox msgBox(this);
|
||||||
msgBox.setWindowTitle(tr("Read-only template!"));
|
msgBox.setWindowTitle(tr("Read-only template!"));
|
||||||
msgBox.setText(tr("The template '%1' is read-only and connot be edited.\n"
|
msgBox.setText(tr("The template '%1' is read-only and cannot be edited.\n"
|
||||||
"Please export this template to a different file.").arg(templateName));
|
"Please export this template to a different file.").arg(templateName));
|
||||||
msgBox.setStandardButtons(QMessageBox::Ok);
|
msgBox.setStandardButtons(QMessageBox::Ok);
|
||||||
msgBox.exec();
|
msgBox.exec();
|
||||||
|
|
Loading…
Add table
Reference in a new issue