aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2007-12-21 02:08:30 +0000
committerFilippos Karapetis2007-12-21 02:08:30 +0000
commit18dd1881c5adcc23da37eccd82032451fc9244d7 (patch)
tree2b8a42c2857537c48bddb57f671bf412b1d36f1f /engines/saga/saga.cpp
parent61e872408997940445b161e429827b6102d7dd8d (diff)
downloadscummvm-rg350-18dd1881c5adcc23da37eccd82032451fc9244d7.tar.gz
scummvm-rg350-18dd1881c5adcc23da37eccd82032451fc9244d7.tar.bz2
scummvm-rg350-18dd1881c5adcc23da37eccd82032451fc9244d7.zip
Added some hard coded strings for the Italian fan translation of ITE (still not supported). Merged those strings with the hard coded strings for the Italian fan translation of IHNM
svn-id: r29933
Diffstat (limited to 'engines/saga/saga.cpp')
-rw-r--r--engines/saga/saga.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/saga/saga.cpp b/engines/saga/saga.cpp
index 495a0c6332..567491b481 100644
--- a/engines/saga/saga.cpp
+++ b/engines/saga/saga.cpp
@@ -395,10 +395,10 @@ const char *SagaEngine::getTextString(int textStringId) {
case Common::DE_DEU:
lang = 1;
break;
- case Common::ES_ESP:
+ case Common::IT_ITA:
lang = 2;
break;
- case Common::IT_ITA:
+ case Common::ES_ESP:
lang = 3;
break;
default: