aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-04-02 01:59:43 +0000
committerTravis Howell2003-04-02 01:59:43 +0000
commitbc9a8b42bb952f8ae19608f9a8c545e4423a1d77 (patch)
tree4f625502e347d9631c7c3133051b742801617392 /simon
parentfaf6ec087a6a96d73a96d09c21ff8d92ab01f394 (diff)
downloadscummvm-rg350-bc9a8b42bb952f8ae19608f9a8c545e4423a1d77.tar.gz
scummvm-rg350-bc9a8b42bb952f8ae19608f9a8c545e4423a1d77.tar.bz2
scummvm-rg350-bc9a8b42bb952f8ae19608f9a8c545e4423a1d77.zip
Add correct use verb words for Italian
svn-id: r6895
Diffstat (limited to 'simon')
-rw-r--r--simon/verb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/verb.cpp b/simon/verb.cpp
index 0c9141b055..8b4b882d11 100644
--- a/simon/verb.cpp
+++ b/simon/verb.cpp
@@ -55,7 +55,7 @@ static const char *const spanish_verb_prep_names[] = {
static const char *const italian_verb_prep_names[] = {
"", "", "", "",
- "", "", "", "con che cosa ?",
+ "", "", "", "con cosa ?",
"", "", "", "a chi ?"
};