diff options
-rw-r--r-- | rbutil/rbutilqt/base/bootloaderinstallhex.cpp | 2 | ||||
-rw-r--r-- | rbutil/rbutilqt/base/bootloaderinstalltcc.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallhex.cpp b/rbutil/rbutilqt/base/bootloaderinstallhex.cpp index 994a7cb16f..84d60eda86 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallhex.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallhex.cpp | |||
@@ -222,7 +222,7 @@ void BootloaderInstallHex::installStage2(void) | |||
222 | 222 | ||
223 | bool BootloaderInstallHex::uninstall(void) | 223 | bool BootloaderInstallHex::uninstall(void) |
224 | { | 224 | { |
225 | emit logItem("Uninstallation not possible, only installation info removed", LOGINFO); | 225 | emit logItem(tr("Uninstallation not possible, only installation info removed"), LOGINFO); |
226 | logInstall(LogRemove); | 226 | logInstall(LogRemove); |
227 | return false; | 227 | return false; |
228 | } | 228 | } |
diff --git a/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp b/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp index 350aa04edf..56ec1a37bf 100644 --- a/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp | |||
@@ -149,7 +149,7 @@ exit: | |||
149 | 149 | ||
150 | bool BootloaderInstallTcc::uninstall(void) | 150 | bool BootloaderInstallTcc::uninstall(void) |
151 | { | 151 | { |
152 | emit logItem("To uninstall, perform a normal upgrade with an unmodified original firmware", LOGINFO); | 152 | emit logItem(tr("To uninstall, perform a normal upgrade with an unmodified original firmware"), LOGINFO); |
153 | logInstall(LogRemove); | 153 | logInstall(LogRemove); |
154 | return false; | 154 | return false; |
155 | } | 155 | } |