From 5835dafe9a0c9a0c3da683b994a622b89c735409 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sat, 2 Mar 2019 11:04:06 -0800 Subject: [PATCH] translate battery save error #318 Signed-off-by: Rafael Kitover --- src/wx/panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index 6e59f014..c9acce93 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -658,7 +658,7 @@ void GameArea::SaveBattery() // of course some games just write battery way too often for such // a thing to be useful if (!emusys->emuWriteBattery(fnb.data())) - wxLogError(wxT("Error writing battery %s"), fn); + wxLogError(_("Error writing battery %s"), fn); systemSaveUpdateCounter = SYSTEM_SAVE_NOT_UPDATED; }