diff --git a/src/system/flashtool.cpp b/src/system/flashtool.cpp index 9b21a3ba8..20447b361 100644 --- a/src/system/flashtool.cpp +++ b/src/system/flashtool.cpp @@ -517,6 +517,8 @@ const char *CFlashVersionInfo::getReleaseCycle(void) const const char *CFlashVersionInfo::getType(void) const { + // TODO: localize it + switch (snapshot) { case '0': @@ -531,6 +533,8 @@ const char *CFlashVersionInfo::getType(void) const return "Settings"; case 'A': return "Addon"; + case 'U': + return "Update"; case 'T': return "Text"; default: