Small string fix

Change-Id: I06fadcc2643b16a59adb962f134c259aa3991c39
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Robert Loehning
2012-10-01 16:49:47 +02:00
parent c5e0f9cfbd
commit 319e425e65

View File

@@ -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