Browse Source

Clear code

Marino Faggiana 8 years ago
parent
commit
1f8ade536a
2 changed files with 1 additions and 2 deletions
  1. 1 1
      iOSClient/Settings/CCSettings.m
  2. 0 1
      iOSClient/en.lproj/Localizable.strings

+ 1 - 1
iOSClient/Settings/CCSettings.m

@@ -522,7 +522,7 @@
         
         if ([[rowDescriptor.value valueData] boolValue] == YES) {
             
-            UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_confirm_", nil) message:NSLocalizedString(@"_continue_", nil) preferredStyle:UIAlertControllerStyleActionSheet];
+            UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"" message:NSLocalizedString(@"_continue_", nil) preferredStyle:UIAlertControllerStyleActionSheet];
             
             [alertController addAction: [UIAlertAction actionWithTitle:NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDestructive handler:^(UIAlertAction *action) {
                 [CCUtility setFavoriteOffline:true];

+ 0 - 1
iOSClient/en.lproj/Localizable.strings

@@ -58,7 +58,6 @@
 "_postpone_"                = "Postpone";
 "_remove_"                  = "Remove";
 "_file_not_found_"          = "File not found";
-"_confirm_"                 = "Confirm";
 "_continue_"                = "Do you want to continue ?";
 
 // App