diff options
author | Eugene Sandulenko | 2011-08-20 17:53:55 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2011-08-20 17:53:55 +0100 |
commit | c577ff1b2a3851d5e5d367a49e7e755a429a3bc5 (patch) | |
tree | 52b3fa97692ad80c871f2b1a1c5cc0d26caaf39b /engines | |
parent | 8022c87060193fe618f2e093e2e3337f063788ef (diff) | |
download | scummvm-rg350-c577ff1b2a3851d5e5d367a49e7e755a429a3bc5.tar.gz scummvm-rg350-c577ff1b2a3851d5e5d367a49e7e755a429a3bc5.tar.bz2 scummvm-rg350-c577ff1b2a3851d5e5d367a49e7e755a429a3bc5.zip |
SCUMM: Fix typo in comment
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/dialogs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/dialogs.cpp b/engines/scumm/dialogs.cpp index 5dd4bb0115..0b98ac22b6 100644 --- a/engines/scumm/dialogs.cpp +++ b/engines/scumm/dialogs.cpp @@ -180,7 +180,7 @@ static const ResString string_map_table_v345[] = { // "Moechten Sie wirklich neu starten? (J/N)J" // Will react to J as 'Yes' {5, _s("Are you sure you want to restart? (Y/N)")}, - // I18N: you may specify 'Yes' symbol at the endo fo the line. See previous comment + // I18N: you may specify 'Yes' symbol at the end of the line. See previous comment {6, _s("Are you sure you want to quit? (Y/N)")}, // Added in SCUMM4 |