]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- try to fix 'dżem' issue
authorshadzik <shadzik@pld-linux.org>
Thu, 12 Mar 2009 20:54:25 +0000 (20:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok-artist_postfix.patch -> 1.1

amarok-artist_postfix.patch [new file with mode: 0644]

diff --git a/amarok-artist_postfix.patch b/amarok-artist_postfix.patch
new file mode 100644 (file)
index 0000000..8974ae4
--- /dev/null
@@ -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();
+ }
This page took 0.05291 seconds and 4 git commands to generate.