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:
Glenn Rice
2011-01-15 02:30:36 +00:00
parent 2d1b84febe
commit 8ef79e0af8
21 changed files with 598 additions and 221 deletions

View File

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