Przeglądaj źródła

write us in english

Marino Faggiana 7 lat temu
rodzic
commit
c817f20a91

+ 1 - 1
iOSClient/Settings/CCSettings.m

@@ -493,7 +493,7 @@
         // Email Recipents
         NSArray *toRecipents;
     
-        messageBody = [NSString stringWithFormat:@"%@\n\n\n\n%@ Version %@ (%@) - iOS %@",NSLocalizedString(@"_in_english_", nil), [NCBrandOptions sharedInstance].brand, [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"], [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"], [[UIDevice currentDevice] systemVersion]];
+        messageBody = [NSString stringWithFormat:@"%@\n\n\n\n%@ Version %@ (%@) - iOS %@", NSLocalizedString(@"_write_in_english_", nil), [NCBrandOptions sharedInstance].brand, [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"], [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"], [[UIDevice currentDevice] systemVersion]];
         toRecipents = [NSArray arrayWithObject:[NCBrandOptions sharedInstance].mailMe];
     
         MFMailComposeViewController *mc = [[MFMailComposeViewController alloc] init];

+ 1 - 1
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -116,7 +116,7 @@
 "_mail_sent_"               = "Email sent";
 "_mail_failure_"            = "Failed to send email: %@";
 "_information_req_"         = "Information request";
-"_in_english_"              = "Please, write us in English";
+"_write_in_english_"        = "Please, write us in English";
 "_credentials_"             = "Credentials";
 "_manage_account_"          = "Manage account";
 "_change_password_"         = "Change password";