translate battery save error #318
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
d2922cfc5d
commit
5835dafe9a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue