From 02ea099fb99507832e3f6fcae311a5ba959cacfe Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 2 Apr 2023 21:52:28 +0200 Subject: [PATCH] Changed the 'Shallow repo' text to simply 'Shallow' in GuiThemeDownloader --- es-app/src/guis/GuiThemeDownloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/guis/GuiThemeDownloader.cpp b/es-app/src/guis/GuiThemeDownloader.cpp index 9bd590fe3..6cdf4cb87 100644 --- a/es-app/src/guis/GuiThemeDownloader.cpp +++ b/es-app/src/guis/GuiThemeDownloader.cpp @@ -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 {