diff options
Diffstat (limited to 'rbutil/rbutilqt/base/bootloaderinstallhex.cpp')
-rw-r--r-- | rbutil/rbutilqt/base/bootloaderinstallhex.cpp | 2 |
1 files changed, 1 insertions, 1 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 | } |