diff options
author | 2018-12-18 16:30:16 +0530 | |
---|---|---|
committer | 2018-12-21 18:34:09 +0530 | |
commit | 0552d75aa1d9e4e496bd066973fdf59726a4f235 (patch) | |
tree | 58b6a008f1ffeb974f7ca24ac51c98a971eaa41a /WireGuard/WireGuard/ZipArchive/ZipExporter.swift | |
parent | Tunnel detail: iPad: Handle deletion of tunnel correctly (diff) | |
download | wireguard-apple-0552d75aa1d9e4e496bd066973fdf59726a4f235.tar.xz wireguard-apple-0552d75aa1d9e4e496bd066973fdf59726a4f235.zip |
Localize all the things
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/ZipArchive/ZipExporter.swift')
-rw-r--r-- | WireGuard/WireGuard/ZipArchive/ZipExporter.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/ZipArchive/ZipExporter.swift b/WireGuard/WireGuard/ZipArchive/ZipExporter.swift index 4c5fde8..33d62fd 100644 --- a/WireGuard/WireGuard/ZipArchive/ZipExporter.swift +++ b/WireGuard/WireGuard/ZipArchive/ZipExporter.swift @@ -7,7 +7,7 @@ enum ZipExporterError: WireGuardAppError { case noTunnelsToExport var alertText: AlertText { - return ("Nothing to export", "There are no tunnels to export") + return (tr("alertNoTunnelsToExportTitle"), tr("alertNoTunnelsToExportMessage")) } } |