mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix a few strings that weren't being translated properly.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6851 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -41,7 +41,7 @@ bool WaveFileWriter::Start(const char *filename)
|
||||
// Check if the file is already open
|
||||
if (file)
|
||||
{
|
||||
PanicAlertT("The file %s was alrady open, the file header will not be written.", filename);
|
||||
PanicAlertT("The file %s was already open, the file header will not be written.", filename);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user