MESSENGER-3304 string in separate files

This commit is contained in:
Frank Rotermund
2022-09-19 11:53:45 +02:00
parent 84ccb9378d
commit 226e55caf7
91 changed files with 2975 additions and 1342 deletions
+1 -1
View File
@@ -1134,7 +1134,7 @@
- (void) bwiShowMatomoInfoScreen {
UIAlertController *alert = [UIAlertController alertControllerWithTitle:nil
message:NSLocalizedStringFromTable(@"MATOMO_USER_INFO", @"Vector", nil)
message:BWIL10n.matomoUserInfo
preferredStyle:UIAlertControllerStyleAlert];
[alert addAction:[UIAlertAction actionWithTitle:[VectorL10n ok] style:UIAlertActionStyleDefault handler:nil]];
[self presentViewController:alert animated:YES completion:nil];