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

Merge branch 'pr1722'

This commit is contained in:
tux3 2015-05-25 01:41:31 +02:00
commit 435b4d98be
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

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;
}