mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
This commit is contained in:
@@ -1188,7 +1188,7 @@
|
||||
|
||||
if ([MXKAppSettings standardAppSettings].messageDetailsAllowSaving)
|
||||
{
|
||||
[currentAlert addAction:[UIAlertAction actionWithTitle:[MatrixKitL10n save]
|
||||
[currentAlert addAction:[UIAlertAction actionWithTitle:[VectorL10n save]
|
||||
style:UIAlertActionStyleDefault
|
||||
handler:^(UIAlertAction * action) {
|
||||
|
||||
@@ -1217,7 +1217,7 @@
|
||||
|
||||
if ([MXKAppSettings standardAppSettings].messageDetailsAllowCopyingMedia)
|
||||
{
|
||||
[currentAlert addAction:[UIAlertAction actionWithTitle:[MatrixKitL10n copyButtonName]
|
||||
[currentAlert addAction:[UIAlertAction actionWithTitle:[VectorL10n copyButtonName]
|
||||
style:UIAlertActionStyleDefault
|
||||
handler:^(UIAlertAction * action) {
|
||||
|
||||
@@ -1246,7 +1246,7 @@
|
||||
|
||||
if ([MXKAppSettings standardAppSettings].messageDetailsAllowSharing)
|
||||
{
|
||||
[currentAlert addAction:[UIAlertAction actionWithTitle:[MatrixKitL10n share]
|
||||
[currentAlert addAction:[UIAlertAction actionWithTitle:[VectorL10n share]
|
||||
style:UIAlertActionStyleDefault
|
||||
handler:^(UIAlertAction * action) {
|
||||
|
||||
@@ -1289,7 +1289,7 @@
|
||||
|
||||
if ([MXMediaManager existingDownloaderWithIdentifier:attachment.downloadId])
|
||||
{
|
||||
[currentAlert addAction:[UIAlertAction actionWithTitle:[MatrixKitL10n cancelDownload]
|
||||
[currentAlert addAction:[UIAlertAction actionWithTitle:[VectorL10n cancelDownload]
|
||||
style:UIAlertActionStyleDefault
|
||||
handler:^(UIAlertAction * action) {
|
||||
|
||||
@@ -1308,7 +1308,7 @@
|
||||
|
||||
if (currentAlert.actions.count)
|
||||
{
|
||||
[currentAlert addAction:[UIAlertAction actionWithTitle:[MatrixKitL10n cancel]
|
||||
[currentAlert addAction:[UIAlertAction actionWithTitle:[VectorL10n cancel]
|
||||
style:UIAlertActionStyleCancel
|
||||
handler:^(UIAlertAction * action) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user