1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix semicolon

This commit is contained in:
Zhiyuan Zheng
2021-04-16 11:11:18 +02:00
parent 3955989ab4
commit fa9315ee0e
2 changed files with 6 additions and 6 deletions

View File

@ -6,6 +6,6 @@
*/ */
"NSCameraUsageDescription" = "Allow tooot to capture photo or video and attach it to your toot" "NSCameraUsageDescription" = "Allow tooot to capture photo or video and attach it to your toot";
"NSPhotoLibraryAddUsageDescription" = "Allow tooot to save an image to your camera roll" "NSPhotoLibraryAddUsageDescription" = "Allow tooot to save an image to your camera roll";
"NSPhotoLibraryUsageDescription" = "Allow tooot to access your camera roll to attach photos or videos to your toot" "NSPhotoLibraryUsageDescription" = "Allow tooot to access your camera roll to attach photos or videos to your toot";

View File

@ -6,6 +6,6 @@
*/ */
"NSCameraUsageDescription" = "允许tooot拍摄图片或视频以添加嘟文附件" "NSCameraUsageDescription" = "允许tooot拍摄图片或视频以添加嘟文附件";
"NSPhotoLibraryAddUsageDescription" = "允许tooot保存图片至相册" "NSPhotoLibraryAddUsageDescription" = "允许tooot保存图片至相册";
"NSPhotoLibraryUsageDescription" = "允许tooot读取相册图片或视频以添加嘟文附件" "NSPhotoLibraryUsageDescription" = "允许tooot读取相册图片或视频以添加嘟文附件";