mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-27 00:09:53 -05:00
Make TriState strings translatable.
This commit is contained in:
parent
b17cb60b5c
commit
59da03d660
@ -130,9 +130,9 @@ void EditGroupWidget::cancel()
|
||||
|
||||
void EditGroupWidget::addTriStateItems(QComboBox* comboBox)
|
||||
{
|
||||
comboBox->addItem("Inherit");
|
||||
comboBox->addItem("Enable");
|
||||
comboBox->addItem("Disable");
|
||||
comboBox->addItem(tr("Inherit"));
|
||||
comboBox->addItem(tr("Enable"));
|
||||
comboBox->addItem(tr("Disable"));
|
||||
}
|
||||
|
||||
int EditGroupWidget::indexFromTriState(Group::TriState triState)
|
||||
|
Loading…
Reference in New Issue
Block a user