diff --git a/src/plugins/coreplugin/locator/locator.cpp b/src/plugins/coreplugin/locator/locator.cpp index 47cebc69e72..622318a520f 100644 --- a/src/plugins/coreplugin/locator/locator.cpp +++ b/src/plugins/coreplugin/locator/locator.cpp @@ -191,9 +191,9 @@ void Locator::updateEditorManagerPlaceholderText() { Command *openCommand = ActionManager::command(Constants::OPEN); Command *locateCommand = ActionManager::command(Constants::LOCATE); - const QString placeholderText = tr("
" + const QString placeholderText = tr("" ""
" " " • File > Open File or Project (%1) "
|