project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m
branchios-revival
changeset 11233 e21027aa9068
parent 11229 b49dfdf628f6
child 12872 00215a7ec5f5
--- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m	Fri Oct 23 01:46:00 2015 +0200
+++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m	Fri Oct 23 01:49:32 2015 +0200
@@ -179,7 +179,7 @@
 
             switchContent = (UISwitch *)cell.accessoryView;
             if (row == 0) {
-                cell.textLabel.text = NSLocalizedString(@"Sound Effects", @"from the settings table");
+                cell.textLabel.text = NSLocalizedString(@"Sound", @"from the settings table");
                 switchContent.on = [[settings objectForKey:@"sound"] boolValue];
                 switchContent.tag = 10;
             } else {