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
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 1 deletions

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