summary refs log tree commit diff
path: root/src/dialogs/ReCaptcha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/ReCaptcha.cpp')
-rw-r--r--src/dialogs/ReCaptcha.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/ReCaptcha.cpp b/src/dialogs/ReCaptcha.cpp

index a4ada889..6b1d3ab1 100644 --- a/src/dialogs/ReCaptcha.cpp +++ b/src/dialogs/ReCaptcha.cpp
@@ -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);