mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Changed the 'Shallow repo' text to simply 'Shallow' in GuiThemeDownloader
This commit is contained in:
parent
8f7ac0ca53
commit
02ea099fb9
|
@ -840,7 +840,7 @@ void GuiThemeDownloader::updateInfoPane()
|
|||
mDownloadStatus->setColor(0x992222FF);
|
||||
}
|
||||
else if (mThemeSets[mList->getCursorId()].shallowRepository) {
|
||||
mDownloadStatus->setText(ViewController::CROSSEDCIRCLE_CHAR + " SHALLOW REPO");
|
||||
mDownloadStatus->setText(ViewController::CROSSEDCIRCLE_CHAR + " SHALLOW");
|
||||
mDownloadStatus->setColor(0x992222FF);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue