mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fixes to translatable strings
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user