From ea9f41bfefed0d9ccb6d54fc5c44e2523287543e Mon Sep 17 00:00:00 2001 From: olieydt Date: Fri, 15 Jan 2021 16:30:36 -0500 Subject: [PATCH] Small typo in Localizable.strings (#1134) --- MacPass/en.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/en.lproj/Localizable.strings b/MacPass/en.lproj/Localizable.strings index d7de0390..800e265b 100644 --- a/MacPass/en.lproj/Localizable.strings +++ b/MacPass/en.lproj/Localizable.strings @@ -35,7 +35,7 @@ "ALERT_ASK_FOR_PLUGIN_REPOSITORY_ALLOW_DOWNLOAD" = "Update definitions online"; /* Informative text displayed on the alert that shows up when MacPass asks for permssion to download the plugin repository JSON file */ -"ALERT_ASK_FOR_PLUGIN_REPOSITORY_CONNECTION_PERMISSION_INFORMATIVE_TEXT" = "The plugin defintions are hosted online at https://macpassapp.org. MacPass would like to download those files to ensure the data is up to date."; +"ALERT_ASK_FOR_PLUGIN_REPOSITORY_CONNECTION_PERMISSION_INFORMATIVE_TEXT" = "The plugin definitions are hosted online at https://macpassapp.org. MacPass would like to download those files to ensure the data is up to date."; /* Message displayed on the alert that asks for permission to download the plugin repository JSON file */ "ALERT_ASK_FOR_PLUGIN_REPOSITORY_CONNECTION_PERMISSION_MESSAGE" = "MacPass would like to check for updates of plugin definitions online";