- Fix for wrong localization key for sound in GeneralSettingsViewController ios-revival
authorantonc27 <antonc27@mail.ru>
Fri, 23 Oct 2015 01:49:32 +0200
branchios-revival
changeset 11233 e21027aa9068
parent 11232 0425d60cd046
child 11234 52616606cc6b
- Fix for wrong localization key for sound in GeneralSettingsViewController
project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m
--- 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 {