project_files/HedgewarsMobile/Classes/WeaponCellView.m
changeset 3783 8e9daf967406
parent 3778 2e61bb50cc57
child 3829 81db3c85784b
equal deleted inserted replaced
3782:dc3531e49e4c 3783:8e9daf967406
   188             break;
   188             break;
   189         case 200:
   189         case 200:
   190             str = NSLocalizedString(@"Presence probability in crates ",@"ammo selection");
   190             str = NSLocalizedString(@"Presence probability in crates ",@"ammo selection");
   191             break;
   191             break;
   192         case 300:
   192         case 300:
   193             str = NSLocalizedString(@"Number of turns before you can use it ",@"ammo selection");
   193             str = NSLocalizedString(@"Number of turns before you can use this weapon ",@"ammo selection");
   194             break;
   194             break;
   195         case 400:
   195         case 400:
   196             str = NSLocalizedString(@"Quantity that you will find in a crate ",@"ammo selection");
   196             str = NSLocalizedString(@"Quantity that you will find in a crate ",@"ammo selection");
   197             break;
   197             break;
   198         default:
   198         default: