diff --git a/app/aboutdialog.cpp b/app/aboutdialog.cpp
index 48c8298..ae5fea6 100644
--- a/app/aboutdialog.cpp
+++ b/app/aboutdialog.cpp
@@ -29,11 +29,11 @@ AboutDialog::AboutDialog(QWidget *parent)
QStringLiteral("
"),
QStringLiteral("- %1:
%2 ").arg(
QCoreApplication::translate("MainWindow", "Stay on top"),
- this->tr("Make window stay on top of all other windows.")
+ tr("Make window stay on top of all other windows.")
),
QStringLiteral("- %1:
%2 ").arg(
QCoreApplication::translate("MainWindow", "Protected mode"),
- this->tr("Avoid close window accidentally. (eg. by double clicking the window)")
+ tr("Avoid close window accidentally. (eg. by double clicking the window)")
),
QStringLiteral("
")
};