mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Make Disable IPv6 text translatable
This commit is contained in:
parent
b1b02e0425
commit
d02dea5df2
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ rpcn_account_dialog::rpcn_account_dialog(QWidget* parent)
|
|||
QPushButton* btn_test = new QPushButton(tr("Test Account"));
|
||||
QLabel* label_npid = new QLabel();
|
||||
|
||||
QCheckBox* checkbox_disable_ipv6 = new QCheckBox("Disable IPv6");
|
||||
QCheckBox* checkbox_disable_ipv6 = new QCheckBox(tr("Disable IPv6"));
|
||||
checkbox_disable_ipv6->setCheckState(g_cfg_rpcn.get_ipv6_support() ? Qt::Unchecked : Qt::Checked);
|
||||
|
||||
const auto update_npid_label = [label_npid]()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue