diff --git a/src/plugins/bineditor/bineditorplugin.cpp b/src/plugins/bineditor/bineditorplugin.cpp index ce28543c221..fc75eff62ba 100644 --- a/src/plugins/bineditor/bineditorplugin.cpp +++ b/src/plugins/bineditor/bineditorplugin.cpp @@ -224,7 +224,7 @@ public: QFile file(fileName); quint64 size = static_cast(file.size()); if (size == 0) { - QString msg = tr("The Binary Editor can not open empty files."); + QString msg = tr("The Binary Editor cannot open empty files."); if (errorString) *errorString = msg; else