]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
fixed UTF-8 representation of polish reason string
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 5 Jul 2011 05:44:46 +0000 (07:44 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 5 Jul 2011 05:44:46 +0000 (07:44 +0200)
src/libimcv/plugins/imv_scanner/imv_scanner_state.c

index 95383aa807168bdd3104ff8e01f8cf1438a18307..fd0db0d2db40de92fbd64b453b0079b2e71a8a60 100644 (file)
@@ -77,7 +77,7 @@ static entry_t reasons[] = {
        { "en", "The following ports are open:" },
        { "de", "Die folgenden Ports sind offen" },
        { "fr", "Les ports suivants sont ouverts:" },
-       { "pl", "Nastepujace porty sa otwarte:" }
+       { "pl", "Następujące porty sa otwarte:" }
 };
 
 METHOD(imv_state_t, get_connection_id, TNC_ConnectionID,