save-overlays: add localization

This commit is contained in:
Megamouse 2021-04-24 16:00:24 +02:00
parent 5720a32bc5
commit 14b6d6291b
5 changed files with 22 additions and 15 deletions

View file

@ -1023,7 +1023,7 @@ static NEVER_INLINE error_code savedata_op(ppu_thread& ppu, u32 operation, u32 v
// UI returns -1 for new save games
if (selected == -1)
{
message = get_localized_string(localized_string_id::CELL_SAVEDATA_CREATE_CONFIRMATION);
message = get_localized_string(localized_string_id::CELL_SAVEDATA_SAVE_CONFIRMATION);
save_entry.dirName = listSet->newData->dirName.get_ptr();
save_entry.escaped = vfs::escape(save_entry.dirName);
}
@ -1155,7 +1155,7 @@ static NEVER_INLINE error_code savedata_op(ppu_thread& ppu, u32 operation, u32 v
if (selected == -1)
{
message = get_localized_string(localized_string_id::CELL_SAVEDATA_CREATE_CONFIRMATION);
message = get_localized_string(localized_string_id::CELL_SAVEDATA_SAVE_CONFIRMATION);
}
else
{