mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00: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:
parent
2d1b84febe
commit
8ef79e0af8
21 changed files with 598 additions and 221 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue