Skip to content

Commit

Permalink
[fix] 修改文案
Browse files Browse the repository at this point in the history
  • Loading branch information
indulgeIn committed Nov 27, 2019
1 parent 1b3b9aa commit e1ca4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YBImageBrowser/Helper/YBIBCopywriter.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ - (void)initCopy {
self.videoError = en ? @"Video error" : @"视频错误";
self.unableToSave = en ? @"Unable to save" : @"无法保存";
self.imageIsInvalid = en ? @"Image is invalid" : @"图片无效";
self.downloadFailed = en ? @"Download failed" : @"图片失败";
self.downloadFailed = en ? @"Download failed" : @"加载图片失败";
self.getPhotoAlbumAuthorizationFailed = en ? @"Failed to get album authorization" : @"获取相册权限失败";
self.saveToPhotoAlbumSuccess = en ? @"Save successful" : @"已保存到系统相册";
self.saveToPhotoAlbumFailed = en ? @"Save failed" : @"保存失败";
Expand Down

0 comments on commit e1ca4ba

Please sign in to comment.