Subversion Repository Public Repository

Nextrek

Diff Revisions 830 vs 831 for /iOS/SafariArte/trunk/SafariArte/Controllers/RoutesVC/RoutesVC.m

Diff revisions: vs.
  @@ -197,8 +197,16 @@
197 197
198 198 else
199 199 {
200 + if (![[NSString stringWithFormat:@"%@",[DATAMANAGER poiForRoute:route]]isEqualToString:@"-2"]) {
201 +
200 202 cell.buyLabel.text = NSLocalizedString(@"Gratis", nil);
201 203 [cell.buyImageView setImage:[UIImage imageNamed:@"free_background"]];
204 + }
205 + else{
206 +
207 + cell.buyLabel.text = NSLocalizedString(@"Completato", nil);
208 +
209 + }
202 210 }
203 211 }
204 212 else {