Merge pull request #647 from DanielSvoboda/main
fix tr cheats_patches.cpp
This commit is contained in:
commit
07c8c28000
|
@ -130,7 +130,7 @@ void CheatsPatches::setupUI() {
|
|||
// Call the method to fill the list of cheat files
|
||||
populateFileListCheats();
|
||||
|
||||
QLabel* repositoryLabel = new QLabel("Repository:");
|
||||
QLabel* repositoryLabel = new QLabel(tr("Repository:"));
|
||||
repositoryLabel->setAlignment(Qt::AlignLeft);
|
||||
repositoryLabel->setAlignment(Qt::AlignVCenter);
|
||||
|
||||
|
|
Loading…
Reference in New Issue