From a4fb8293ed7677c24746d24e6c8f172b519b0ca6 Mon Sep 17 00:00:00 2001 From: Floris Bos Date: Tue, 23 Nov 2021 13:32:12 +0100 Subject: [PATCH] Embedded: Fix ability to change language back to English --- imagewriter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/imagewriter.cpp b/imagewriter.cpp index a0fb70c..f5064e5 100644 --- a/imagewriter.cpp +++ b/imagewriter.cpp @@ -1115,6 +1115,7 @@ void ImageWriter::changeLanguage(const QString &newLanguageName) if (trans->load(":/i18n/rpi-imager_"+langcode+".qm")) { replaceTranslator(trans); + _currentLang = newLanguageName; } else {