Changed the 'Shallow repo' text to simply 'Shallow' in GuiThemeDownloader

This commit is contained in:
Leon Styhre 2023-04-02 21:52:28 +02:00
parent 8f7ac0ca53
commit 02ea099fb9

View file

@ -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 {