[Scummvm-cvs-logs] scummvm master -> c577ff1b2a3851d5e5d367a49e7e755a429a3bc5

sev- sev at scummvm.org
Sat Aug 20 18:58:11 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c577ff1b2a SCUMM: Fix typo in comment


Commit: c577ff1b2a3851d5e5d367a49e7e755a429a3bc5
    https://github.com/scummvm/scummvm/commit/c577ff1b2a3851d5e5d367a49e7e755a429a3bc5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2011-08-20T09:53:55-07:00

Commit Message:
SCUMM: Fix typo in comment

Changed paths:
    engines/scumm/dialogs.cpp



diff --git a/engines/scumm/dialogs.cpp b/engines/scumm/dialogs.cpp
index 5dd4bb0..0b98ac2 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






More information about the Scummvm-git-logs mailing list