mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-28 14:35:03 -04:00
fix typo issue
This commit is contained in:
parent
d6affef6d6
commit
d0e3101800
@ -45,7 +45,7 @@
|
|||||||
"Load the link" = "Load the link";
|
"Load the link" = "Load the link";
|
||||||
"Cancel" = "Cancel";
|
"Cancel" = "Cancel";
|
||||||
"An external link is tapped, do you wish to load the link?" = "An external link is tapped, do you wish to load the link?";
|
"An external link is tapped, do you wish to load the link?" = "An external link is tapped, do you wish to load the link?";
|
||||||
"loc-extenral-alert" = "An external link is tapped. \
|
"loc-external-alert" = "An external link is tapped. \
|
||||||
However, your current setting does not allow it to be loaded.";
|
However, your current setting does not allow it to be loaded.";
|
||||||
"Open a zim file" = "Open a zim file";
|
"Open a zim file" = "Open a zim file";
|
||||||
"Unable to open file" = "Unable to open file";
|
"Unable to open file" = "Unable to open file";
|
||||||
|
@ -53,7 +53,7 @@ struct ExternalLinkHandler: ViewModifier {
|
|||||||
case .ask:
|
case .ask:
|
||||||
Text("An external link is tapped, do you wish to load the link?".localized)
|
Text("An external link is tapped, do you wish to load the link?".localized)
|
||||||
case .notLoading:
|
case .notLoading:
|
||||||
Text("loc-extenral-alert".localized)
|
Text("loc-external-alert".localized)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if os(iOS)
|
#if os(iOS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user