Tr: Various small fixes

Change-Id: Ic86d6b6a4aae7b301557eaa4296beb9a31399e03
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Eike Ziller
2023-05-26 13:04:31 +02:00
parent db70923c6f
commit b7f8143728
9 changed files with 18 additions and 21 deletions

View File

@@ -622,7 +622,7 @@ void LoggingViewManagerWidget::saveLoggingsToFile() const
void LoggingViewManagerWidget::saveEnabledCategoryPreset() const
{
Utils::FilePath fp = Utils::FileUtils::getSaveFilePath(ICore::dialogParent(),
Tr::tr("Save Enabled Categories As"));
Tr::tr("Save Enabled Categories As..."));
if (fp.isEmpty())
return;
const QList<LoggingCategoryItem> enabled = m_categoryModel->enabledCategories();