1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Update profileform.cpp

This commit is contained in:
TheLastProject 2015-05-25 01:25:00 +02:00
parent 21ff829be1
commit 5e9081abd7

View File

@ -243,7 +243,7 @@ void ProfileForm::onAvatarClicked()
if (bytes.size() > 65535)
{
QMessageBox::critical(this, tr("Error"),
tr("The supplied image is too large.\nPlease use an image that is less than 64 KiB in size."));
tr("The supplied image is too large.\nPlease use another image."));
return;
}