mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Qt: make cheat_type combobox translateable
This commit is contained in:
parent
96086d57fa
commit
2bd4485082
3 changed files with 26 additions and 4 deletions
|
|
@ -45,7 +45,7 @@ vfs_dialog_tab::vfs_dialog_tab(vfs_settings_info settingsInfo, std::shared_ptr<g
|
|||
|
||||
QHBoxLayout* selectedConfigLayout = new QHBoxLayout;
|
||||
m_selectedConfigLabel = new QLabel(current_dir.isEmpty() ? EmptyPath : current_dir);
|
||||
selectedConfigLayout->addWidget(new QLabel(m_info.name + tr(" directory:")));
|
||||
selectedConfigLayout->addWidget(new QLabel(tr("%0 directory:").arg(m_info.name)));
|
||||
selectedConfigLayout->addWidget(m_selectedConfigLabel);
|
||||
selectedConfigLayout->addStretch();
|
||||
selectedConfigLayout->addWidget(addDir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue