project_files/HedgewarsMobile/Classes/SavedGamesViewController.m
changeset 4476 4bf74e158f44
parent 4362 8dae325dc625
child 4763 c228a4841e3f
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m	Tue Dec 07 01:18:43 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m	Wed Dec 08 14:47:52 2010 +0100
@@ -174,7 +174,7 @@
     label.font = [UIFont systemFontOfSize:16];
     label.textColor = [UIColor lightGrayColor];
     label.numberOfLines = 5;
-    label.text = NSLocalizedString(@"Games are automatically saved and can be resumed by selecting an entry above.\nYou can modify this list by pressing the 'Edit' button.\nNotice that completed games are deleted, so make backups.",@"");
+    label.text = NSLocalizedString(@"Games are automatically saved and can be resumed by selecting an entry above.\nYou can modify this list by pressing the 'Edit' button.\nCompleted games are removed at the end of the match.",@"");
 
     label.backgroundColor = [UIColor clearColor];
     [footer addSubview:label];