translate battery save error #318

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover
2019-03-02 11:04:06 -08:00
parent d2922cfc5d
commit 5835dafe9a

View File

@@ -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;
}