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:
commit
435b4d98be
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user