diff --git a/src/system/flashtool.cpp b/src/system/flashtool.cpp index a1d073151..7d8d18bb6 100644 --- a/src/system/flashtool.cpp +++ b/src/system/flashtool.cpp @@ -538,6 +538,8 @@ const char *CFlashVersionInfo::getReleaseCycle(void) const const char *CFlashVersionInfo::getType(void) const { + // TODO: localize it + switch (snapshot) { case '0': @@ -552,6 +554,8 @@ const char *CFlashVersionInfo::getType(void) const return "Settings"; case 'A': return "Addon"; + case 'U': + return "Update"; case 'T': return "Text"; default: