Ver Fonte

RA Image

修正拼写错误
Ray Zhang há 8 anos atrás
pai
commit
5695fe9b20

BIN
RA Image/RA Image.xcodeproj/project.xcworkspace/xcuserdata/ray.xcuserdatad/UserInterfaceState.xcuserstate


+ 2 - 2
RA Image/RA Image/LoginViewController.m

@@ -201,12 +201,12 @@ static NSString *kLoginUserInfo = @"UserInfo";
     }
     
     if (!self.user.length) {
-        [RAUtils message_alert:@"User name cann't be blank" title:@"Warning" controller:self];
+        [RAUtils message_alert:@"User name cannot be blank" title:@"Warning" controller:self];
         return;
     }
     
     if (!self.pwd.length) {
-        [RAUtils message_alert:@"Password cann't be blank" title:@"Warning" controller:self];
+        [RAUtils message_alert:@"Password cannot be blank" title:@"Warning" controller:self];
         return;
     }
     AppDelegate *appDelegate = (AppDelegate *)[UIApplication sharedApplication].delegate;

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

@@ -100,7 +100,7 @@
     
     if(self.barcode.length ==0)
     {
-        [RAUtils message_alert:[NSString stringWithFormat:@"%@ cann't be blank",self.barcodeTitle] title:@"Warning" controller:self];
+        [RAUtils message_alert:[NSString stringWithFormat:@"%@ cannot be blank",self.barcodeTitle] title:@"Warning" controller:self];
         return;
     }
     if(self.photos.count ==0)

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

@@ -74,7 +74,7 @@
     // check piid, photo...
     if(self.barcode.length ==0)
     {
-    [RAUtils message_alert:[NSString stringWithFormat:@"%@ cann't be blank",self.barcodeTitle] title:@"Warning" controller:self];
+    [RAUtils message_alert:[NSString stringWithFormat:@"%@ cannot be blank",self.barcodeTitle] title:@"Warning" controller:self];
     return;
     }
     if(self.photos.count ==0)