mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Fixes to translatable strings
This commit is contained in:
parent
ed7894924c
commit
e7c2133160
3 changed files with 9 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue