Fix UI strings reported on Crowdin (#23297)

Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
Max Wilfinger
2025-08-25 08:10:53 +02:00
committed by GitHub
parent 248071b201
commit 3129bc9a1e
34 changed files with 118 additions and 118 deletions

View File

@@ -683,8 +683,8 @@ TreeWidget::TreeWidget(const char* name, QWidget* parent)
connect(this->recomputeObjectAction, &QAction::triggered,
this, &TreeWidget::onRecomputeObject);
this->searchObjectsAction = new QAction(this);
this->searchObjectsAction->setText(tr("Search..."));
this->searchObjectsAction->setStatusTip(tr("Search for objects"));
this->searchObjectsAction->setText(tr("Search Objects"));
this->searchObjectsAction->setStatusTip(tr("Searches for objects in the tree"));
connect(this->searchObjectsAction, &QAction::triggered,
this, &TreeWidget::onSearchObjects);