diff options
author | Eugene Sandulenko | 2008-06-01 18:37:35 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-06-01 18:37:35 +0000 |
commit | 37563ff3ae020ab05c314ad79630aaacf8d4c458 (patch) | |
tree | 453f1a3ef339345fb83b480e6956b2c8b97fdcee | |
parent | dee529f30cb8db234c78504b3a4f1547be6b0a96 (diff) | |
download | scummvm-rg350-37563ff3ae020ab05c314ad79630aaacf8d4c458.tar.gz scummvm-rg350-37563ff3ae020ab05c314ad79630aaacf8d4c458.tar.bz2 scummvm-rg350-37563ff3ae020ab05c314ad79630aaacf8d4c458.zip |
Fix bug #1981402: "BS1: grammatical error in the Italian menu"
svn-id: r32471
-rw-r--r-- | engines/sword1/control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/control.cpp b/engines/sword1/control.cpp index 71e25fc56f..980e0b4f9f 100644 --- a/engines/sword1/control.cpp +++ b/engines/sword1/control.cpp @@ -1225,7 +1225,7 @@ const uint8 Control::_languageStrings[8 * 20][43] = { "Testo", "Fatto", "OK", - "Annula", + "Annulla", "Musica", "Parlato", "Fx", |