summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/bineditor/bineditorplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bineditor/bineditorplugin.cpp b/src/plugins/bineditor/bineditorplugin.cpp
index ce28543c22..fc75eff62b 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<quint64>(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