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 994a7cb..84d60ed 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallhex.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallhex.cpp @@ -222,7 +222,7 @@ void BootloaderInstallHex::installStage2(void) bool BootloaderInstallHex::uninstall(void) { - emit logItem("Uninstallation not possible, only installation info removed", LOGINFO); + emit logItem(tr("Uninstallation not possible, only installation info removed"), LOGINFO); logInstall(LogRemove); return false; } |