mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 01:14:56 +00:00
fix tr cheats_patches.cpp
the 2 words were not being translated
This commit is contained in:
parent
790d19e59b
commit
aef7498c49
1 changed files with 3 additions and 3 deletions
|
@ -130,7 +130,7 @@ void CheatsPatches::setupUI() {
|
||||||
// Call the method to fill the list of cheat files
|
// Call the method to fill the list of cheat files
|
||||||
populateFileListCheats();
|
populateFileListCheats();
|
||||||
|
|
||||||
QLabel* repositoryLabel = new QLabel("Repository:");
|
QLabel* repositoryLabel = new QLabel(tr("Repository:"));
|
||||||
repositoryLabel->setAlignment(Qt::AlignLeft);
|
repositoryLabel->setAlignment(Qt::AlignLeft);
|
||||||
repositoryLabel->setAlignment(Qt::AlignVCenter);
|
repositoryLabel->setAlignment(Qt::AlignVCenter);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue