mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Make string 'Search Contacts' translatable
This commit is contained in:
parent
d288f89870
commit
50c29af537
|
@ -137,7 +137,7 @@ void Widget::init()
|
|||
ui->searchContactFilterCBox->addItem(tr("Friends"));
|
||||
ui->searchContactFilterCBox->addItem(tr("Groups"));
|
||||
|
||||
ui->searchContactText->setPlaceholderText("Search Contacts");
|
||||
ui->searchContactText->setPlaceholderText(tr("Search Contacts"));
|
||||
|
||||
if (QStyleFactory::keys().contains(Settings::getInstance().getStyle())
|
||||
&& Settings::getInstance().getStyle() != "None")
|
||||
|
|
Loading…
Reference in New Issue
Block a user