Fixes to translatable strings

This commit is contained in:
JosJuice
2023-08-20 08:55:46 +02:00
parent ed7894924c
commit e7c2133160
3 changed files with 9 additions and 7 deletions

View File

@ -192,7 +192,7 @@ void GraphicsModListWidget::OnModChanged(std::optional<std::string> absolute_pat
if (!absolute_path)
{
m_selected_mod_name->setText(QStringLiteral("No graphics mod selected"));
m_selected_mod_name->setText(tr("No graphics mod selected"));
m_selected_mod_name->setAlignment(Qt::AlignCenter);
return;
}