未验证 提交 e2332402 编写于 作者: Y yixiangboy 提交者: GitHub

Merge pull request #44 from JaminZhou/master

修复内存检测文案错误
......@@ -31,7 +31,7 @@
UILabel *titleLabel = [[UILabel alloc] init];
titleLabel.backgroundColor = [UIColor clearColor];
titleLabel.text = DoraemonLocalizedString(@"CPU检测");
titleLabel.text = DoraemonLocalizedString(@"内存检测");
titleLabel.font = [UIFont systemFontOfSize:kDoraemonSizeFrom750(20)];
titleLabel.textColor = [UIColor whiteColor];
[self.view addSubview:titleLabel];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册