瀏覽代碼

修改pod 提示信息

Ray Zhang 7 年之前
父節點
當前提交
e8934e5c3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      RA Image/RA Image/PODModeViewController.m

+ 1 - 1
RA Image/RA Image/PODModeViewController.m

@@ -139,7 +139,7 @@
         return;
     }
     if (self.signature == nil) {
-        [RAUtils message_alert:@"You must sign." title:@"Warning" controller:self];
+        [RAUtils message_alert:@"Signature is missing." title:@"Warning" controller:self];
         return;
     }