--- a/project_files/HedgewarsMobile/Classes/SupportViewController.m Thu Oct 22 21:57:05 2015 +0200
+++ b/project_files/HedgewarsMobile/Classes/SupportViewController.m Thu Oct 22 22:21:35 2015 +0200
@@ -154,7 +154,7 @@
UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, self.tableView.frame.size.width, 20)];
label.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin;
label.textAlignment = UITextAlignmentCenter;
- label.text = @" ♥ THANK YOU ♥ ";
+ label.text = NSLocalizedString(@" ♥ THANK YOU ♥ ", nil);
label.backgroundColor = [UIColor clearColor];
label.center = CGPointMake(self.tableView.frame.size.width/2, 250);
[footer addSubview:label];