From 7f43f3a7baa70b6929f1896b7949839f2dac990c Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 20 Nov 2017 12:51:48 +0100 Subject: [PATCH] Minor change to localization --- 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 ed3392b0..9565dfe9 100644 --- a/MacPass/en.lproj/Localizable.strings +++ b/MacPass/en.lproj/Localizable.strings @@ -423,7 +423,7 @@ "PLUGIN_ERROR_UNSECURE_PLUGIN" = "Plugin is not properly signed"; /* Plugin specifies the wrong principla class! */ -"PLUGIN_ERROR_WRONG_PRINCIPAL_CLASS" = "Plugin principal class is wrong"; +"PLUGIN_ERROR_WRONG_PRINCIPAL_CLASS" = "Unexpected principal class in plugin"; /* name for disabled unloaded plugin */ "PLUGIN_NAME_DISABLED_%@" = "🚫 %@";