From f598a7baef04674a303edbd119dfd60b2c1701cc Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Wed, 31 Mar 2010 20:11:12 +0000 Subject: rbutil: Make strings translatable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25409 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/base/bootloaderinstallhex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/rbutilqt/base/bootloaderinstallhex.cpp') 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; } -- cgit v1.1