From: shadzik Date: Thu, 12 Mar 2009 20:54:25 +0000 (+0000) Subject: - try to fix 'dżem' issue X-Git-Tag: auto/th/amarok-2_1-0_936984_2~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=56c235c66166801e0608bc5338f28508deb8277c;p=packages%2Famarok.git - try to fix 'dżem' issue Changed files: amarok-artist_postfix.patch -> 1.1 --- diff --git a/amarok-artist_postfix.patch b/amarok-artist_postfix.patch new file mode 100644 index 0000000..8974ae4 --- /dev/null +++ b/amarok-artist_postfix.patch @@ -0,0 +1,11 @@ +--- src/context/engines/wikipedia/WikipediaEngine.cpp 2009-02-21 09:51:22.000000000 +0100 ++++ src/context/engines/wikipedia/WikipediaEngine.cpp.new 2009-03-12 21:51:34.469113928 +0100 +@@ -347,7 +347,7 @@ + else if( wikiLocale() == "de" ) + return " (Band)"; + else if( wikiLocale() == "pl" ) +- return " (Kapela)"; ++ return " (grupa muzyczna)"; + return QString(); + } +