I'll push this into testing.

>From bc91c4ce46441a5761b215c87938c026c6339f70 Mon Sep 17 00:00:00 2001
From: Loui Chang <[EMAIL PROTECTED]>
Date: Mon, 23 Jun 2008 11:16:12 -0400
Subject: [PATCH] Fixed incorrect polish translation of "Go".

This closes FS#10078.

Reported-by: Jaroslaw Rosiek
Signed-off-by: Loui Chang <[EMAIL PROTECTED]>
---
 web/lang/pl/pkgfuncs_po.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/lang/pl/pkgfuncs_po.inc b/web/lang/pl/pkgfuncs_po.inc
index 769ad1e..058b09f 100644
--- a/web/lang/pl/pkgfuncs_po.inc
+++ b/web/lang/pl/pkgfuncs_po.inc
@@ -32,7 +32,7 @@ $_t["pl"]["Votes"] = "Głosów";
 $_t["pl"]["Description"] = "Opis";
 $_t["pl"]["No packages matched your search criteria."] = "Żaden pakiet nie 
spełnia podanych kryteriów.";
 $_t["pl"]["My Packages"] = "Moje pakiety";
-$_t["pl"]["Go"] = "Szukaj";
+$_t["pl"]["Go"] = "Wykonaj";
 $_t["pl"]["Out-of-date"] = "Nieaktualny";
 $_t["pl"]["Flag Out-of-date"] = "Zaznacz jako nieaktualny";
 $_t["pl"]["Actions"] = "Działania";
@@ -133,4 +133,4 @@ $_t["pl"]["Toggle Notify"] = "Włącz powiadomienia";
 
 $_t["pl"]["Accounts"] = "Konta";
 
-?>
\ No newline at end of file
+?>
-- 
1.5.5.3

Reply via email to