Some authenticator string updates

This commit is contained in:
Andreas Linde
2013-09-11 20:44:34 +02:00
parent a9395c78f8
commit 1cb91ae323
3 changed files with 21 additions and 13 deletions

View File

@@ -124,7 +124,7 @@
CGRectGetWidth(self.tableView.bounds),
kFooterHeight)];
UIButton *button = [UIButton buttonWithType:UIButtonTypeSystem];
[button setTitle:BITHockeyLocalizedString(@"Show login page") forState:UIControlStateNormal];
[button setTitle:BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerWebLoginButtonTitle") forState:UIControlStateNormal];
CGSize buttonSize = [button sizeThatFits:CGSizeMake(CGRectGetWidth(self.tableView.bounds),
kFooterHeight)];
button.frame = CGRectMake(floorf((CGRectGetWidth(containerView.bounds) - buttonSize.width) / 2.f),