Gui: Update UI strings for consistency

Closes: #22135
This commit is contained in:
Max Wilfinger
2025-06-22 21:14:10 +02:00
committed by Kacper Donat
parent 66aaf6a2ee
commit 6692dacc0a
151 changed files with 1201 additions and 1183 deletions

View File

@@ -149,7 +149,7 @@ void DlgCustomKeyboardImp::initCommandCompleter(QLineEdit* edit,
QTreeWidget* commandTreeWidget,
QTreeWidgetItem* separatorItem)
{
edit->setPlaceholderText(tr("Type to search..."));
edit->setPlaceholderText(tr("Type to search"));
auto completer = new CommandCompleter(edit, edit);
QObject::connect(completer, &CommandCompleter::commandActivated, [=](const QByteArray& name) {