summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/Src/WaveFile.cpp
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2011-01-15 02:30:36 +0000
committerGlenn Rice <glennricster@gmail.com>2011-01-15 02:30:36 +0000
commit8ef79e0af8b8d767ec31cd5b4454ffaf2e18a596 (patch)
treecc7882961ad2e0dd2f9250c2cfb3266576e1e384 /Source/Core/AudioCommon/Src/WaveFile.cpp
parent2d1b84febe7722d58eb3f01bb3933448072b9669 (diff)
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
Diffstat (limited to 'Source/Core/AudioCommon/Src/WaveFile.cpp')
-rw-r--r--Source/Core/AudioCommon/Src/WaveFile.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}