use more literals
This commit is contained in:
parent
f3e1941612
commit
a3c4ebc460
7 changed files with 25 additions and 25 deletions
|
|
@ -34,7 +34,7 @@ ReCaptcha::ReCaptcha(const QString &session, QWidget *parent)
|
|||
buttonLayout->setContentsMargins(0, 0, 0, 0);
|
||||
buttonLayout->setSpacing(8);
|
||||
|
||||
openCaptchaBtn_ = new QPushButton("Open reCAPTCHA", this);
|
||||
openCaptchaBtn_ = new QPushButton(tr("Open reCAPTCHA"), this);
|
||||
cancelBtn_ = new QPushButton(tr("Cancel"), this);
|
||||
confirmBtn_ = new QPushButton(tr("Confirm"), this);
|
||||
confirmBtn_->setDefault(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue