mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
translate battery save error #318
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user