Mercurial: Convert to Tr::tr

Change-Id: I2a6ecd17091ffa0100f982848afbf941c6997db7
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2022-10-06 13:08:30 +02:00
parent db5e3555ac
commit 47e5997e57
32 changed files with 163 additions and 654 deletions

View File

@@ -3,6 +3,8 @@
#include "authenticationdialog.h"
#include "mercurialtr.h"
#include <utils/layoutbuilder.h>
#include <QDialogButtonBox>
@@ -26,8 +28,8 @@ AuthenticationDialog::AuthenticationDialog(const QString &username, const QStrin
Column {
Form {
tr("Username:"), m_username, br,
tr("Password:"), m_password
Tr::tr("Username:"), m_username, br,
Tr::tr("Password:"), m_password
},
buttonBox
}.attachTo(this);