project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m
changeset 3884 d7479079a8a8
parent 3829 81db3c85784b
child 3935 5ca27a0e9a63
--- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m	Sun Sep 19 13:54:38 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m	Sun Sep 19 17:00:35 2010 +0200
@@ -206,7 +206,7 @@
             switchContent = (UISwitch *)cell.accessoryView;
             if (row == 0) {
                 cell.textLabel.text = NSLocalizedString(@"Alternate Damage", @"");
-                cell.detailTextLabel.text = NSLocalizedString(@"A damage popup will appear when a hedgehog is injured", @"");
+                cell.detailTextLabel.text = NSLocalizedString(@"Damage popups will notify you on every single hit a hedgehog suffers", @"");
                 switchContent.on = [[self.settingsDictionary objectForKey:@"alternate"] boolValue];
                 switchContent.tag = 30;
             } else {