From e94a0ba1522b7409d07f94b00a42ff0c8a494e92 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 15 May 2008 02:48:21 -0400
Subject: [PATCH] - small fixes

---
 program/localization/pl/labels.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/localization/pl/labels.inc b/program/localization/pl/labels.inc
index 3fcf291..add85d7 100644
--- a/program/localization/pl/labels.inc
+++ b/program/localization/pl/labels.inc
@@ -168,7 +168,7 @@
 $labels['edit'] = 'Edytuj';
 $labels['cancel'] = 'Anuluj';
 $labels['save'] = 'Zapisz';
-$labels['delete'] = 'Kasuj';
+$labels['delete'] = 'Usuń';
 $labels['newcontact'] = 'Dodaj nowy kontakt';
 $labels['deletecontact'] = 'Usuń zaznaczone kontakty';
 $labels['composeto'] = 'Utwórz wiadomość dla wybranych kontaktów';
@@ -183,7 +183,7 @@
 $labels['personaladrbook'] = 'Książka adresowa';
 $labels['settingsfor'] = 'Ustawienia dla';
 $labels['preferences'] = 'Preferencje';
-$labels['userpreferences'] = 'Preferencje';
+$labels['userpreferences'] = 'Preferencje użytkownika';
 $labels['editpreferences'] = 'Edytuj preferencje';
 $labels['identities'] = 'Tożsamości';
 $labels['manageidentities'] = 'Zarządzaj tożsamościami';

--
Gitblit v1.9.1