Browse Source

Merge branch 'pr1722'

pull/1724/head
tux3 10 years ago
parent
commit
435b4d98be
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      src/widget/form/profileform.cpp

2
src/widget/form/profileform.cpp

@ -243,7 +243,7 @@ void ProfileForm::onAvatarClicked()
if (bytes.size() > 65535) if (bytes.size() > 65535)
{ {
QMessageBox::critical(this, tr("Error"), 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; return;
} }

Loading…
Cancel
Save