diff --git a/src/dialogs/dialogendline.ui b/src/dialogs/dialogendline.ui index f27d86f81..1d6c59866 100644 --- a/src/dialogs/dialogendline.ui +++ b/src/dialogs/dialogendline.ui @@ -251,7 +251,7 @@ - Degree of angel + Degree of angle diff --git a/src/widgets/vapplication.cpp b/src/widgets/vapplication.cpp index e3e40bab9..0a4d7eaca 100644 --- a/src/widgets/vapplication.cpp +++ b/src/widgets/vapplication.cpp @@ -110,7 +110,7 @@ bool VApplication::notify(QObject *receiver, QEvent *event) { QMessageBox msgBox; msgBox.setWindowTitle(tr("Error!")); - msgBox.setText(tr("Something wrong!!")); + msgBox.setText(tr("Something's wrong!!")); msgBox.setInformativeText(e.ErrorMessage()); msgBox.setStandardButtons(QMessageBox::Ok); msgBox.setDefaultButton(QMessageBox::Ok);