From 8ef79e0af8b8d767ec31cd5b4454ffaf2e18a596 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Sat, 15 Jan 2011 02:30:36 +0000 Subject: 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 --- Source/Core/AudioCommon/Src/WaveFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/AudioCommon/Src/WaveFile.cpp') diff --git a/Source/Core/AudioCommon/Src/WaveFile.cpp b/Source/Core/AudioCommon/Src/WaveFile.cpp index a53fed74e2..5d179deaf8 100644 --- a/Source/Core/AudioCommon/Src/WaveFile.cpp +++ b/Source/Core/AudioCommon/Src/WaveFile.cpp @@ -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; } -- cgit v1.2.3